bibliothek.gui.dock.common.intern.theme
Class CFlatTheme

java.lang.Object
  extended by bibliothek.gui.dock.common.intern.theme.CDockTheme<FlatTheme>
      extended by bibliothek.gui.dock.common.intern.theme.CFlatTheme
All Implemented Interfaces:
DockTheme

public class CFlatTheme
extends CDockTheme<FlatTheme>

A CDockTheme that encapsulates a FlatTheme in order to allow the theme access to the possibilities of the common-project.

Author:
Benjamin Sigg

Constructor Summary
CFlatTheme(CControl control)
          Creates a new theme.
CFlatTheme(CControl control, FlatTheme theme)
          Creates a new theme.
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.common.intern.theme.CDockTheme
getCombiner, getDisplayFactory, getDockableSelection, getMovingImageFactory, getPaint, getTitleFactory, install, intern, putColorProviderFactory, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFlatTheme

public CFlatTheme(CControl control,
                  FlatTheme theme)
Creates a new theme.

Parameters:
control - the controller for which this theme will be used
theme - the theme that gets encapsulated

CFlatTheme

public CFlatTheme(CControl control)
Creates a new theme. This theme can be used directly with a CControl.

Parameters:
control - the controller for which this theme will be used.