|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.java.feednread.frontend.components.tabbar.AbstractTabItemData
Base class for all tab data objects to be used in CTabItems
displayed in the NewsFeedTabBar ui component and organized
inside a TabManager.
| Field Summary | |
protected Object |
component
The component displayed in the tab |
protected CTabItem |
item
The CTabItem that the data object is related to |
protected MainApplicationWindow |
mainWindow
The Feed'n Read main window |
| Fields inherited from interface net.sourceforge.java.feednread.frontend.components.tabbar.ITabItemData |
TYPE_BROWSER_TAB, TYPE_FILTER_TAB, TYPE_MESSAGE_TAB, TYPE_NEWSFEED_TAB |
| Constructor Summary | |
protected |
AbstractTabItemData(MainApplicationWindow mainWindow,
CTabItem item,
Object component)
Constructor to initialize the data in this AbstractTabItemData.
|
| Method Summary | |
Object |
getComponent()
Gets the component displayed in the tab related to this AbstractTabItemData object.
|
CTabItem |
getTabItem()
Gets the CTabItem control related to this
AbstractTabItemData object.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.java.feednread.frontend.components.tabbar.ITabItemData |
dispose, getType, getUrl |
| Field Detail |
protected MainApplicationWindow mainWindow
The Feed'n Read main window
protected CTabItem item
The CTabItem that the data object is related to
protected Object component
The component displayed in the tab
| Constructor Detail |
protected AbstractTabItemData(MainApplicationWindow mainWindow,
CTabItem item,
Object component)
Constructor to initialize the data in this
AbstractTabItemData.
mainWindow - the Feed'n Read main windowitem - the CTabItem control related to this
TabItemData objectcomponent - the component displayed in the tab related to this
AbstractTabItemData object| Method Detail |
public CTabItem getTabItem()
Gets the CTabItem control related to this
AbstractTabItemData object.
getTabItem in interface ITabItemDataCTabItem control related to this
AbstractTabItemData objectpublic Object getComponent()
Gets the component displayed in the tab related to this
AbstractTabItemData object.
getComponent in interface ITabItemDataAbstractTabItemData object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||