Package echopointng.tabbedpane

Interface Summary
TabImageRenderer TabImageRenderer is an interface for producing "tab images" within a TabbedPane.
TabModel TabModel is used to provide information on a collection of tabs, including their title, icons and the components that represent the tab's content.
 

Class Summary
AbstractTabModel AbstractTabModel is an abstract base class from which to build a TabModel.
DefaultTabImageRenderer DefaultTabImageRenderer is a default implementation of TabImageRenderer that uses a "background template image" and TextImageReference to return "dynamic" tab image representations.
DefaultTabModel DefaultTabModel holds its content component references in memory (and hence does no lazy loading of tab content) It also does not release tab information unless intructed to do so by the removeTabAt() method.