bibliothek.extension.gui.dock.theme
Class BubbleTheme
java.lang.Object
bibliothek.gui.dock.themes.BasicTheme
bibliothek.extension.gui.dock.theme.BubbleTheme
- All Implemented Interfaces:
- DockTheme
public class BubbleTheme
- extends BasicTheme
A theme using a lot of eye-candy.
- Author:
- Benjamin Sigg
Methods inherited from class bibliothek.gui.dock.themes.BasicTheme |
getColorScheme, getCombiner, getController, getDisplayFactory, getDockableSelection, getMovingImageFactory, getPaint, getTabPlacement, getTitleFactory, install, setColorScheme, setColorSchemeKey, setCombiner, setCombiner, setDisplayerFactory, setDisplayerFactory, setDockableSelection, setDockableSelection, setMovingImageFactory, setMovingImageFactory, setPaint, setPaint, setStackDockComponentFactory, setStackDockComponentFactory, setTabPlacement, setTabPlacement, setTitleFactory, setTitleFactory, updateColors, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUBBLE_COLOR_SCHEME
public static final PropertyKey<ColorScheme> BUBBLE_COLOR_SCHEME
- the key to set the
ColorScheme
of this theme
BubbleTheme
public BubbleTheme()
- Creates a new theme
install
public void install(DockController controller)
- Description copied from class:
BasicTheme
- Installs the basic items of this theme, ignoring any
DockThemeExtension
.
- Overrides:
install
in class BasicTheme
- Parameters:
controller
- the new owner of this theme
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