bibliothek.extension.gui.dock.theme
Class SmoothTheme
java.lang.Object
bibliothek.gui.dock.themes.BasicTheme
bibliothek.extension.gui.dock.theme.SmoothTheme
- All Implemented Interfaces:
- DockTheme
public class SmoothTheme
- extends BasicTheme
This theme uses the SmoothDefaultTitleFactory
to create some
titles which smoothly changes their color.
- Author:
- Benjamin Sigg
Constructor Summary |
SmoothTheme()
Constructor, sets the special title-factory of this theme |
Methods inherited from class bibliothek.gui.dock.themes.BasicTheme |
getColorScheme, getCombiner, getController, getDisplayFactory, getDockableSelection, getMovingImageFactory, getPaint, getTitleFactory, setColorScheme, setColorSchemeKey, setCombiner, setDisplayerFactory, setDockableSelection, setMovingImageFactory, setPaint, setStackDockComponentFactory, setTitleFactory, updateColor, updateColorBridge, updateColors, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmoothTheme
public SmoothTheme()
- Constructor, sets the special title-factory of this theme
install
public void install(DockController controller)
- Description copied from interface:
DockTheme
- Install this theme at
controller
. The theme
may change any properties it likes.
- Specified by:
install
in interface DockTheme
- Overrides:
install
in class BasicTheme
- Parameters:
controller
- the controller
uninstall
public void uninstall(DockController controller)
- Description copied from interface:
DockTheme
- Uninstalls this theme from
controller
. The theme
has to remove all listeners it added.
- Specified by:
uninstall
in interface DockTheme
- Overrides:
uninstall
in class BasicTheme
- Parameters:
controller
- the controller