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.
StackDockComponentFactory A factory creating instances of StackDockComponent.
StackDockComponentParent Interface for an owner of a StackDockComponent.
 

Class Summary
CombinedStackDockComponent<T extends CombinedTab,M extends CombinedMenu,I extends CombinedInfoComponent> A StackDockComponent which is a combination of other components.
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.
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
 

Package bibliothek.gui.dock.station.stack Description

Elements which are related to the StackDockStation.