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

Packages that use InternalBrowser
net.sourceforge.java.feednread.frontend.components.tabbar Contains all the interfaces and classes composing the NewsFeedTabBar ui component. 
net.sourceforge.java.feednread.frontend.event Provides classes for handling the events fired by the application. 
 

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

Fields in net.sourceforge.java.feednread.frontend.components.tabbar declared as InternalBrowser
private  InternalBrowser BrowserTabItemData.browser
           The InternalBrowser component displayed in the tab related to this data object
 

Methods in net.sourceforge.java.feednread.frontend.components.tabbar that return InternalBrowser
 InternalBrowser BrowserTabItemData.getBrowser()
           Gets the InternalBrowser component displayed in the tab related to this BrowserTabItemData object.
 

Methods in net.sourceforge.java.feednread.frontend.components.tabbar with parameters of type InternalBrowser
 void NewsFeedTabBar.updateTabTitle(InternalBrowser browser, String title)
           Updates the title of the tab holding the specified InternalBrowser to the specified title.
 

Constructors in net.sourceforge.java.feednread.frontend.components.tabbar with parameters of type InternalBrowser
BrowserTabItemData(MainApplicationWindow mainWindow, CTabItem item, InternalBrowser browser)
           Creates a new BrowserTabItemData instance.
 

Uses of InternalBrowser in net.sourceforge.java.feednread.frontend.event
 

Methods in net.sourceforge.java.feednread.frontend.event with parameters of type InternalBrowser
 void EventCentral.actionBrowserLocationChanging(LocationEvent event, InternalBrowser browser)
           Called whenever the location within a InternalBrowser is about to change.
 void EventCentral.actionBrowserPageTitleChanged(InternalBrowser browserView, String title)
           Called whenver the page title within the specified InternalBrowser changed.