net.sourceforge.java.feednread.frontend.components.tabbar
Class FilterTabItemData
java.lang.Object
net.sourceforge.java.feednread.frontend.components.tabbar.AbstractTabItemData
net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabItemData
net.sourceforge.java.feednread.frontend.components.tabbar.FilterTabItemData
- All Implemented Interfaces:
- INewsFeedTableStatusListener, ITabItemData
- public class FilterTabItemData
- extends NewsFeedTabItemData
Tab data class for CTabItems displaying a filtered
NewsFeed in the NewsFeedTabBar ui component.
- Author:
- Sebastian Machhausen
| Fields inherited from class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabItemData |
|
|
Method Summary |
int |
getType()
Gets the type of this FilterTabItemData object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterTabItemData
public FilterTabItemData(MainApplicationWindow mainWindow,
CTabItem item,
NewsFeedView newsView,
Favorite[] favorites)
Creates a new FilterTabItemData instance.
- Parameters:
mainWindow - the Feed'n Read main windowitem - the CTabItem control related to this
FilterTabItemData objectnewsView - the NewsFeedView component displayed
in the tab related to this FilterTabItemData objectfavorites - the Favorite objects to reference
getType
public int getType()
Gets the type of this FilterTabItemData object. Always
returns
ITabItemData.TYPE_FILTER_TAB
to indicate a filter tab.
- Specified by:
getType in interface ITabItemData- Overrides:
getType in class NewsFeedTabItemData
- Returns:
ITabItemData.TYPE_FILTER_TAB
to indicate a filter tab