Package bibliothek.gui.dock.themes.basic

Factories and classes used when the BasicTheme is active.

See:
          Description

Interface Summary
BasicDockableDisplayerDecorator A decorator may add a Component between a BasicDockableDisplayer and a Dockable.
 

Class Summary
BasicButtonDockTitle This title changes its border whenever the active-state changes.
BasicButtonTitleFactory A factory for the BasicButtonDockTitle
BasicColorScheme The ColorScheme that is used by the BasicTheme.
BasicCombiner A simple implementation of Combiner, which merges two Dockables by creating a StackDockStation, and putting the children onto this station.
BasicDisplayerFactory A DisplayerFactory that creates DockableDisplayer with no special settings.
BasicDockableDisplayer A panel which shows one Dockable and one DockTitle.
BasicDockableSelection The BasicDockableSelection adds an additional image of the currently selected Dockable to the selection.
BasicDockTitle The default-title that is used most times in the framework.
BasicDockTitleFactory A DockTitleFactory which created instances of BasicDockTitle and of BasicStationTitle.
BasicMovingImageFactory A factory whose MovingImages display a DockTitle.
BasicStackDockComponent The BasicStackDockComponent is an implementation of StackDockComponent using a JTabbedPane.
BasicStationPaint A simple implementation of StationPaint.
BasicStationTitle This title is used for DockStations which are also Dockables
MinimalDecorator Minimalistic implementation of a BasicDockableDisplayerDecorator.
TabDecorator Shows a StackDockComponent as decoration.
 

Package bibliothek.gui.dock.themes.basic Description

Factories and classes used when the BasicTheme is active.