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

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

public class CSmoothTheme
extends CDockTheme<SmoothTheme>

A bridge between a SmoothTheme and the common-project.

Author:
Benjamin Sigg

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

Constructor Detail

CSmoothTheme

public CSmoothTheme(CControl control,
                    SmoothTheme theme)
Creates a new theme.

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

CSmoothTheme

public CSmoothTheme(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.