org.netbeans.swing.tabcontrol |
|
Java Source File Name | Type | Comment |
ButtonPopupSwitcher.java | Class | Represents Popup for "Document switching" which is shown after an user clicks
the down-arrow button in tabcontrol displayer. |
ButtonPopupSwitcherTestHid.java | Class | Convenient IDE tester. |
ComponentConverter.java | Interface | A class which can provide a component corresponding to a TabData object. |
DataModelTest.java | Class | Some basic tests for DefaultTabDataModel, etc. |
DefaultTabDataModel.java | Class | Default implementation of TabDataModel. |
LocationInformer.java | Interface | Deprecated and not used, please use WinsysInfoForTabbed instead. |
SlideBarDataModel.java | Interface | |
SlidingButton.java | Class | 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.java | Class | Button UI for SlidingButton component that can paint rotated text.
To change appearance, provide a subclass of this class or subclass of ComponentUI
and register it via UIDefaults in standard Swing way. |
TabbedContainer.java | Class | A tabbed container similar to a JTabbedPane. |
TabbedContainerUI.java | Class | Basic UI for tabbed containers. |
TabData.java | Class | Class representing data needed to represent a component in a tab. |
TabDataModel.java | Interface | A data model representing a set of tabs and their associated data. |
TabDisplayer.java | Class | A Component which displays tabs supplied by a TabDataModel. |
TabDisplayerUI.java | Class | The basic UI of a tab displayer component. |
TabListPopupAction.java | Class | An action which, when invoked, displays a popup with an alphabetized table
of all the tabs in a TabDisplayer. |
WinsysInfoForTabbed.java | Interface | Interface that provides external information (provided by window system)
that TabbedContainers need to know in order to work fully.
Tab control uses info to provide for example tab buttons reacting on
the position of the container or on maximization state. |