Package net.infonode.docking.theme
Class SlimFlatDockingTheme
java.lang.Object
net.infonode.docking.theme.DockingWindowsTheme
net.infonode.docking.theme.SlimFlatDockingTheme
A theme very slim theme that doesn't waste any screen space.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final RootWindowProperties
Create a root window properties object with the property values for this theme.static final WindowBarProperties
Deprecated.the window bar properties are now included in the root window propertiesgetName()
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
-
SlimFlatDockingTheme
public SlimFlatDockingTheme()
-
-
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
-
createRootWindowProperties
Create a root window properties object with the property values for this theme.- Returns:
- the root window properties object
-
createWindowBarProperties
Deprecated.the window bar properties are now included in the root window propertiesCreate a window bar properties object with the property values for this theme.- Returns:
- the root window properties object
-