|
|||||||||||
| 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.BrowserTabItemData
Tab data class for CTabItems displaying an
InternalBrowser in the NewsFeedTabBar ui
component.
| Field Summary | |
private InternalBrowser |
browser
The InternalBrowser component displayed in the tab related
to this data object
|
| 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 | |
BrowserTabItemData(MainApplicationWindow mainWindow,
CTabItem item,
InternalBrowser browser)
Creates a new BrowserTabItemData instance.
|
|
| Method Summary | |
void |
dispose()
Disposes this BrowserTabItemData object and all
claimed resources.
|
InternalBrowser |
getBrowser()
Gets the InternalBrowser component displayed in the
tab related to this BrowserTabItemData object.
|
int |
getType()
Gets the type of this BrowserTabItemData object. |
String |
getUrl()
Gets the url of the web page currently displayed in the tab related to this BrowserTabItemData 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 InternalBrowser browser
The InternalBrowser component displayed in the tab related
to this data object
| Constructor Detail |
public BrowserTabItemData(MainApplicationWindow mainWindow,
CTabItem item,
InternalBrowser browser)
Creates a new BrowserTabItemData instance.
mainWindow - the Feed'n Read main windowitem - the CTabItem control related to this
BrowserTabItemData objectbrowser - the InternalBrowser to reference| Method Detail |
public String getUrl()
Gets the url of the web page currently displayed in the
tab related to this BrowserTabItemData object.
BrowserTabItemData object.public void dispose()
Disposes this BrowserTabItemData object and all
claimed resources.
public int getType()
Gets the type of this BrowserTabItemData object. Always
returns
ITabItemData.TYPE_BROWSER_TAB
to indicate a browser tab.
ITabItemData.TYPE_BROWSER_TAB
to indicate a browser tabpublic InternalBrowser getBrowser()
Gets the InternalBrowser component displayed in the
tab related to this BrowserTabItemData object.
InternalBrowser component displayed in the
tab related to this BrowserTabItemData object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||