Package net.infonode.docking.theme
Class DefaultDockingTheme
- java.lang.Object
-
- net.infonode.docking.theme.DockingWindowsTheme
-
- net.infonode.docking.theme.DefaultDockingTheme
-
public class DefaultDockingTheme extends DockingWindowsTheme
A helper class that contains an empty theme. This class is only available to make it easier to apply themes to aRootWindow.- Since:
- IDW 1.1.0
-
-
Constructor Summary
Constructors Constructor Description DefaultDockingTheme()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of this theme.RootWindowPropertiesgetRootWindowProperties()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:DockingWindowsThemeReturns the name of this theme.- Specified by:
getNamein classDockingWindowsTheme- Returns:
- the name of this theme
-
getRootWindowProperties
public RootWindowProperties getRootWindowProperties()
Description copied from class:DockingWindowsThemeReturns the root window properties for this theme.- Specified by:
getRootWindowPropertiesin classDockingWindowsTheme- Returns:
- the root window properties for this theme
-
-