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

Packages that use NewsFeedView
net.sourceforge.java.feednread.frontend.components.tabbar Contains all the interfaces and classes composing the NewsFeedTabBar ui component. 
 

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

Fields in net.sourceforge.java.feednread.frontend.components.tabbar declared as NewsFeedView
private  NewsFeedView NewsFeedTabItemData.newsView
           The NewsFeedView component embedded in the tab associated with this data object.
 

Methods in net.sourceforge.java.feednread.frontend.components.tabbar that return NewsFeedView
 NewsFeedView NewsFeedTabItemData.getNewsFeedView()
           Gets the NewsFeedView component displayed in the tab related to this NewsFeedViewTabItemData object.
 

Constructors in net.sourceforge.java.feednread.frontend.components.tabbar with parameters of type NewsFeedView
NewsFeedTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView)
           Creates a new NewsFeedTabItemData instance.
NewsFeedTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView, Favorite favorite)
           Creates a new NewsFeedTabItemData instance.
NewsFeedTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView, Favorite[] favorites)
           Creates a new NewsFeedTabItemData instance.
NewsFeedTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView, Watch watch)
           Creates a new NewsFeedTabItemData instance.
FilterTabItemData(MainApplicationWindow mainWindow, CTabItem item, NewsFeedView newsView, Favorite[] favorites)
           Creates a new FilterTabItemData instance.