Class CDockTheme<D extends DockTheme>

java.lang.Object
bibliothek.gui.dock.common.theme.CDockTheme<D>
Type Parameters:
D - the kind of theme that is wrapped by this CDockTheme
All Implemented Interfaces:
DockTheme
Direct Known Subclasses:
CBasicTheme, CBubbleTheme, CEclipseTheme, CFlatTheme, CSmoothTheme

public class CDockTheme<D extends DockTheme> extends Object implements DockTheme
A DockTheme that wraps another theme and works within the special environment the common-project provides.
Author:
Benjamin Sigg