Package bibliothek.gui.dock.common.theme

Classes related to the DockThemes.

See:
          Description

Interface Summary
DockThemeModifier A DockThemeModifier modifies a DockTheme.
ThemeMapListener A listener to a ThemeMap, gets informed about changes of the map.
 

Class Summary
CBasicTheme A bridge between a BasicTheme and the common-project.
CBubbleTheme A theme wrapping BubbleTheme and adding additional features to properly work within the common-project.
CDockTheme<D extends DockTheme> A DockTheme that wraps another theme and works within the special environment the common-project provides.
CDockThemeFactory<D extends DockTheme> A factory that envelops another factory in order to build a CX-theme instead of a X-theme.
CEclipseTheme A wrapper around a EclipseTheme, allows to use the ColorMap of CDockable.
CFlatTheme A CDockTheme that encapsulates a FlatTheme in order to allow the theme access to the possibilities of the common-project.
CSmoothTheme A bridge between a SmoothTheme and the common-project.
ThemeMap A map of ThemeFactorys.
 

Package bibliothek.gui.dock.common.theme Description

Classes related to the DockThemes. Provides a wrapper for each DockTheme that is delivered with Core. The wrappers make sure that colors, fonts and new buttons of Common are handled. Also contains a list of all themes that are known to this framework.