Package net.sourceforge.java.feednread.frontend.components.tabbar

Contains all the interfaces and classes composing the NewsFeedTabBar ui component.

See:
          Description

Interface Summary
ITabItemData Base interface for CTabItem related data objects used in the NewsFeedTabBar ui component.
 

Class Summary
AbstractTabItemData Base class for all tab data objects to be used in CTabItems displayed in the NewsFeedTabBar ui component and organized inside a TabManager.
BrowserTabItemData Tab data class for CTabItems displaying an InternalBrowser in the NewsFeedTabBar ui component.
FilterTabItemData Tab data class for CTabItems displaying a filtered NewsFeed in the NewsFeedTabBar ui component.
InternalBrowser Internal web browser component which consists of a Browser and a ToolBar component holding the default browser operations which are back, forward, refresh, stop and home.
MessagePanel Panel to display user defined messages.
MessageTabItemData Data class for CTabItems that hold a MessagePanel component and display it in the NewsFeedTabBar ui component.
NewsFeedMetaDataView Displays the meta data of a NewsFeed.
NewsFeedTabBar Displays NewsFeedView and InternalBrowser components in tabs.
NewsFeedTabItemData Tab data class for CTabItems displaying a NewsFeed in the NewsFeedTabBar ui component.
NewsFeedView Displays a NewsFeed in a tab view holding two selectable tabs: First a NewsFeedTable component that displays the NewsFeedEntrys in a NewsFeed.
TabManager Acts as model for the NewsFeedTabBar ui component by managing the CTabItems and their associated ITabItemData objects.
 

Package net.sourceforge.java.feednread.frontend.components.tabbar Description

Contains all the interfaces and classes composing the NewsFeedTabBar ui component.

See Also:
NewsFeedTabBar