Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
TabDataModel
. This can be used as a standalone component for tab-driven navigation. It has several UI styles available to suit different purposes, such as scrollable tabs, fixed width tabs, or toggle buton tabs.TabDataModel
, which offers similar functionality to a JTabbedPane, and (as an implementation detail) embeds a TabDisplayer to display its tabs.ComponentConverter
class, which determines how an element in the data model is translated into a GUI component