|
|||||||||||
| 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
net.sourceforge.java.feednread.frontend.components.tabbar.MessageTabItemData
Data class for CTabItems that hold a MessagePanel
component and display it in the NewsFeedTabBar ui component.
| Field Summary | |
private MessagePanel |
panel
The MessagePanel component |
| Fields inherited from class net.sourceforge.java.feednread.frontend.components.tabbar.AbstractTabItemData |
component, item, mainWindow |
| 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 | |
MessageTabItemData(MainApplicationWindow mainWindow,
CTabItem item,
MessagePanel panel)
Creates a new MessageTabItemData instance.
|
|
| Method Summary | |
void |
dispose()
Disposes this MessageTabItemData object and all
claimed resources.
|
MessagePanel |
getMessagePanel()
Gets the referenced MessagePanel component.
|
int |
getType()
Gets the type of this MessageTabItemData object. |
String |
getUrl()
Gets the url of this MessageTabItemData object.
|
| Methods inherited from class net.sourceforge.java.feednread.frontend.components.tabbar.AbstractTabItemData |
getComponent, getTabItem |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private MessagePanel panel
The MessagePanel component
| Constructor Detail |
public MessageTabItemData(MainApplicationWindow mainWindow,
CTabItem item,
MessagePanel panel)
Creates a new MessageTabItemData instance.
mainWindow - the Feed'n Read main windowitem - the CTabItem control related to this
MessageTabItemData objectpanel - the MessagePanel to reference| Method Detail |
public MessagePanel getMessagePanel()
Gets the referenced MessagePanel component.
MessagePanel componentpublic String getUrl()
Gets the url of this MessageTabItemData object.
Returns an empty String by default.
String by defaultITabItemData.getUrl()public void dispose()
Disposes this MessageTabItemData object and all
claimed resources.
ITabItemData.dispose()public int getType()
Gets the type of this MessageTabItemData object. Always
returns
ITabItemData.TYPE_MESSAGE_TAB
to indicate a browser tab.
ITabItemData.TYPE_MESSAGE_TAB
to indicate a browser tabITabItemData.getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||