Package bibliothek.gui.dock.station.stack

Elements which are related to the StackDockStation.

See:
          Description

Interface Summary
CombinedHandler<T> A handler to change and read the visibility state and the z order of some item.
CombinedInfoComponent The info component used by the CombinedStackDockComponent is supposed to be represented by a Component.
CombinedMenu A menu that is displayed on a CombinedStackDockComponent.
CombinedTab A tab of a CombinedStackDockComponent.
StackDockComponent A StackDockComponent is a Component that can show other Components.
StackDockComponentBorder A DockBorder that is used by a StackDockComponent.
StackDockComponentContentBorder A DockBorder which is put around a Dockable on a StackDockComponent.
StackDockComponentFactory A factory creating instances of StackDockComponent.
StackDockComponentListener This listener can be added to a StackDockComponent.
StackDockComponentParent Interface for an owner of a StackDockComponent.
TabContentFilterListener A listener to a TabContentFilter.
 

Class Summary
CombinedStackDockComponent<T extends CombinedTab,M extends CombinedMenu,I extends CombinedInfoComponent> A StackDockComponent which is a combination of other components.
This class also implements TabPane and thus supports the TabLayoutManager.
CombinedStackDockContentPane This panel paints the contents of a CombinedStackDockComponent.
CombinedStackDockFocusTraversalPolicy Focus traversal policy for a CombinedStackDockComponent, this policy switches between current Dockable, its Tab and the optional info component.
DefaultStackDockComponent The standard-implementation of StackDockComponent.
DockActionCombinedInfoComponent An AbstractTabPaneComponent that was specifically desinged for showing a set of DockActions.
RetroStackDockStationLayout Information about the layout of a StackDockStation read from an old format.
StackDockComponentRepresentative This utility class keeps track of the current DockElementRepresentative that is created by a StackDockComponent.
StackDockPerspective A representation of a StackDockStation in a Perspective.
StackDockProperty A StackDockProperty stores the location of a Dockable on a StackDockStation.
StackDockPropertyFactory A factory which creates instances of StackDockProperty.
StackDockStationFactory A DockFactory that can read and write instances of StackDockStation.
StackDockStationLayout A layout of a StackDockStation, stores the order of all Dockables on the station.
StackTabListLayout Deprecated. this class is no longer used anywhere and will be removed
TabContent All the content of a single tab on a StackDockStation.
TabDropLayer A DockStationDropLayer with priority LayerPriority.OVERRIDE_PRECISE representing the tabs of a StackDockStation.
 

Package bibliothek.gui.dock.station.stack Description

Elements which are related to the StackDockStation.