Package net.infonode.docking.theme
Class BlueHighlightDockingTheme
- java.lang.Object
-
- net.infonode.docking.theme.DockingWindowsTheme
-
- net.infonode.docking.theme.BlueHighlightDockingTheme
-
public final class BlueHighlightDockingTheme extends DockingWindowsTheme
A theme where the tab of the focused window has a blue background.
-
-
Constructor Summary
Constructors Constructor Description BlueHighlightDockingTheme()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RootWindowProperties
createRootWindowProperties()
Create a root window properties object with the property values for this theme.java.lang.String
getName()
Returns the name of this theme.RootWindowProperties
getRootWindowProperties()
Returns the root window properties for this theme.-
Methods inherited from class net.infonode.docking.theme.DockingWindowsTheme
toString
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:DockingWindowsTheme
Returns the name of this theme.- Specified by:
getName
in classDockingWindowsTheme
- Returns:
- the name of this theme
-
getRootWindowProperties
public RootWindowProperties getRootWindowProperties()
Description copied from class:DockingWindowsTheme
Returns the root window properties for this theme.- Specified by:
getRootWindowProperties
in classDockingWindowsTheme
- Returns:
- the root window properties for this theme
-
createRootWindowProperties
public static final RootWindowProperties createRootWindowProperties()
Create a root window properties object with the property values for this theme.- Returns:
- the root window properties object
-
-