org.netbeans.swing.tabcontrol 1.36

Package org.netbeans.swing.tabcontrol

TabDisplayer and TabbedControl

See:
          Description

Interface Summary
ComponentConverter A class which can provide a component corresponding to a TabData object.
LocationInformer Deprecated.
SlideBarDataModel  
TabDataModel A data model representing a set of tabs and their associated data.
WinsysInfoForTabbed Interface that provides external information (provided by window system) that TabbedContainers need to know in order to work fully.
 

Class Summary
ComponentConverter.Fixed A ComponentConverter implementation which always returns the same component
DefaultTabDataModel Default implementation of TabDataModel.
SlideBarDataModel.Impl  
SlidingButton JToggleButton subclass which maps to an index in the data model, and displays whatever the content of the data model at that index is.
SlidingButtonUI Button UI for SlidingButton component that can paint rotated text.
TabbedContainer A tabbed container similar to a JTabbedPane.
TabbedContainerUI Basic UI for tabbed containers.
TabData Class representing data needed to represent a component in a tab.
TabDisplayer A Component which displays tabs supplied by a TabDataModel.
TabDisplayerUI The basic UI of a tab displayer component.
TabListPopupAction An action which, when invoked, displays a popup with an alphabetized table of all the tabs in a TabDisplayer.
WinsysInfoForTabbedContainer Interface that provides external information (provided by window system) that TabbedContainers need to know in order to work fully.
 

Package org.netbeans.swing.tabcontrol Description

TabDisplayer and TabbedControl

This package contains two gui components: Where these classes differ from JTabbedPane is as follows: Besides this module the org.netbeans.swing.popupswitcher package is used from core/windows too. Classes contained in the package are rather general and therefore this package could be moved in the future. It is placed here only due to current modules dependencies. Consequently the package is not intended for external use.


org.netbeans.swing.tabcontrol 1.36

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.