Package bibliothek.gui.dock.themes

Contains an implementation of DockTheme and all classes which are neede by this theme.

See:
          Description

Interface Summary
ColorBridgeFactory A factory that creates new ColorBridges.
ColorScheme A ColorScheme is a collection of colors and bridges.
CombinerValue An UIValue that is used to retrieve a Combiner from a ThemeManager.
DisplayerFactoryValue An UIValue that is used to retrieve a DisplayerFactory from a ThemeManager.
DockThemeExtension An extension to a DockTheme, may be used by the DockTheme to override some settings.
SpanFactoryValue An UIValue that is used to retreive a SpanFactory from a ThemeManager.
StationPaintValue An UIValue that is used to retreive a StationPaint from a ThemeManager.
ThemeFactory A factory creating new themes.
ThemeMeta A set of information related to a ThemeFactory.
ThemeMetaListener A listener that can be added to a ThemeMeta.
 

Class Summary
BasicTheme A theme that does not install anything and uses the default-implementations off all factories.
DefaultDisplayerFactoryValue A wrapper for a DisplayerFactory.
DefaultStationPaintValue A wrapper for a StationPaint.
DefaultThemeMeta This default implementation of ThemeMeta uses the TextManager to read label and description.
NoStackTheme A DockTheme that wraps another theme and ensures that there is no StackDockStation in another StackDockStation.
StationCombinerValue A StationCombinerValue encloses a Combiner and uses the combiner as delegate.
StationSpanFactoryValue A StationSpanFactoryValue offers access to a SpanFactory that is read from a ThemeManager.
StationThemeItemValue<V> A default implementation of an UIValue that reads a item from a ThemeManager.
ThemeCombiner A Combiner that forwards calls to the Combiner of the current DockTheme.
ThemeDisplayerFactory A DisplayerFactory that forwards all calls to the DisplayerFactory of the current DockTheme.
ThemeDockableMovingImageFactory This DockableMovingImageFactory forwards any call to the DockTheme of the DockController that called.
ThemeDockableSelection A DockableSelection that forwards any calls to the DockableSelection of the current DockTheme.
ThemeFactoryText Represents a text that is used by a ThemeFactory to present itself.
ThemeManager The ThemeManager is responsible for collecting properties of the current DockTheme and redistribute them.
ThemePropertyFactory<T extends DockTheme> A factory using the ThemeProperties of a DockTheme to create instances of that DockTheme.
ThemeStationPaint A StationPaint which forwards its calls to the current DockTheme.
 

Annotation Types Summary
ThemeProperties A small description of a DockTheme, used in DockUI to create a factory for a theme.
 

Package bibliothek.gui.dock.themes Description

Contains an implementation of DockTheme and all classes which are neede by this theme.