Uses of Class
net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar

Packages that use NewsFeedTabBar
net.sourceforge.java.feednread.frontend Contains all of the classes for dealing with the application user interface. 
net.sourceforge.java.feednread.frontend.components.tabbar Contains all the interfaces and classes composing the NewsFeedTabBar ui component. 
net.sourceforge.java.feednread.frontend.event.action Provides a collection of Actions handling events based on user actions.  
 

Uses of NewsFeedTabBar in net.sourceforge.java.feednread.frontend
 

Fields in net.sourceforge.java.feednread.frontend declared as NewsFeedTabBar
private  NewsFeedTabBar MainApplicationWindow.newsTabBar
           The tab bar to hold the single newsfeed, browser and filter tabs
 

Methods in net.sourceforge.java.feednread.frontend that return NewsFeedTabBar
 NewsFeedTabBar MainApplicationWindow.getNewsFeedTabBar()
           Gets the NewsFeedTabBar component.
 

Uses of NewsFeedTabBar in net.sourceforge.java.feednread.frontend.components.tabbar
 

Fields in net.sourceforge.java.feednread.frontend.components.tabbar declared as NewsFeedTabBar
private  NewsFeedTabBar TabManager.tabBar
           The NewsFeedTabBar component managed
 

Constructors in net.sourceforge.java.feednread.frontend.components.tabbar with parameters of type NewsFeedTabBar
TabManager(MainApplicationWindow mainWindow, NewsFeedTabBar tabBar)
           Creates a new TabManager.
 

Uses of NewsFeedTabBar in net.sourceforge.java.feednread.frontend.event.action
 

Methods in net.sourceforge.java.feednread.frontend.event.action with parameters of type NewsFeedTabBar
private  void UpdateNewsFeedTabAction.updateTab(NewsFeedTabItemData tabData, NewsFeedTabBar tabBar)
           Updates a Watch tab.
private  void MarkTreeElementReadAction.markRead(Favorite favorite, NewsFeedTabBar tabBar)
           Marks the specified Favorite as read.
private  void MarkTreeElementReadAction.markRead(Category category, NewsFeedTabBar tabBar)
           Marks the specified Category as read, i.e. recurisvely marks all Favorites as read.
private  void MarkTreeElementReadAction.markRead(WatchFolder folder, NewsFeedTabBar tabBar)
           Marks the specified WatchFolder as read, i.e. recurisvely marks all Watches as read.
private  void MarkTreeElementReadAction.markRead(Watch watch, NewsFeedTabBar tabBar)
           Marks the specified Watch as read.