Package bibliothek.gui.dock.themes.basic

Factories and classes used when the BasicTheme is active.

See:
          Description

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.
If the argument parent in combiner is a Dockable, then it's title and icon are copied onto the new 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
 

Package bibliothek.gui.dock.themes.basic Description

Factories and classes used when the BasicTheme is active.