Package net.infonode.docking.theme
Class DefaultDockingTheme
java.lang.Object
net.infonode.docking.theme.DockingWindowsTheme
net.infonode.docking.theme.DefaultDockingTheme
A helper class that contains an empty theme. This class is only available to make it easier to apply themes to a
RootWindow
.- Since:
- IDW 1.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of this theme.Returns the root window properties for this theme.Methods inherited from class net.infonode.docking.theme.DockingWindowsTheme
toString
-
Constructor Details
-
DefaultDockingTheme
public DefaultDockingTheme()Constructor.
-
-
Method Details
-
getName
Description copied from class:DockingWindowsTheme
Returns the name of this theme.- Specified by:
getName
in classDockingWindowsTheme
- Returns:
- the name of this theme
-
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
-