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.
BasicDockableDisplayerDecoratorListener This listener is added to a BasicDockableDisplayerDecorator and is informed if some properties of the decorator change.
 

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.
BasicSpanFactory The BasicSpanFactory uses a small animation to expand and to shrink its Spans.
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
DisplayerContentPane The DisplayerContentPane is used by DockableDisplayer to show a Component for a DockTitle and one for a Dockable.
MinimalDecorator Minimalistic implementation of a BasicDockableDisplayerDecorator.
NoSpanFactory This factory creates Spans that always have a size of 0.
TabDecorator Shows a StackDockComponent as decoration.
TabDisplayerCombinerTarget This DisplayerCombinerTarget can be used by DockableDisplayers that show a StackDockComponent to paint some tabs.
 

Package bibliothek.gui.dock.themes.basic Description

Factories and classes used when the BasicTheme is active.