public class BubbleTheme extends BasicTheme
| Modifier and Type | Field and Description |
|---|---|
static PropertyKey<DockActionDistributor> |
ACTION_DISTRIBUTOR
Key for a property pointing to a
DockActionDistributor. |
static PropertyKey<ColorScheme> |
BUBBLE_COLOR_SCHEME
the key to set the
ColorScheme of this theme |
BASIC_COLOR_SCHEMEBACKGROUND_PAINT, BORDER_MODIFIER, COMBINER, DISPLAYER_FACTORY, DOCKABLE_MOVING_IMAGE_FACTORY, DOCKABLE_SELECTION, SPAN_FACTORY, STATION_PAINT| Constructor and Description |
|---|
BubbleTheme()
Creates a new theme
|
| Modifier and Type | Method and Description |
|---|---|
void |
install(DockController controller)
Installs the basic items of this theme, ignoring any
DockThemeExtension. |
void |
uninstall(DockController controller)
Uninstalls this theme from
controller. |
getColorScheme, getCombiner, getController, getDisplayFactory, getDockableSelection, getMovingImageFactory, getPaint, getTabPlacement, getTitleFactory, install, setColorScheme, setColorSchemeKey, setCombiner, setCombiner, setDisplayerFactory, setDisplayerFactory, setDockableSelection, setDockableSelection, setMovingImageFactory, setMovingImageFactory, setPaint, setPaint, setSpanFactory, setSpanFactory, setStackDockComponentFactory, setStackDockComponentFactory, setTabPlacement, setTabPlacement, setTitleFactory, setTitleFactory, updateColors, updateUIpublic static final PropertyKey<ColorScheme> BUBBLE_COLOR_SCHEME
ColorScheme of this themepublic static final PropertyKey<DockActionDistributor> ACTION_DISTRIBUTOR
DockActionDistributor. This interface is responsible for distributing
DockActions to tabs, titles and info components.public void install(DockController controller)
BasicThemeDockThemeExtension.install in class BasicThemecontroller - the new owner of this themepublic void uninstall(DockController controller)
DockThemecontroller. The theme
has to remove all listeners it added.uninstall in interface DockThemeuninstall in class BasicThemecontroller - the controllerCopyright © 2017 Docking Frames. All rights reserved.