Package net.infonode.docking.theme
Class SlimFlatDockingTheme
- java.lang.Object
-
- net.infonode.docking.theme.DockingWindowsTheme
-
- net.infonode.docking.theme.SlimFlatDockingTheme
-
public final class SlimFlatDockingTheme extends DockingWindowsTheme
A theme very slim theme that doesn't waste any screen space.
-
-
Constructor Summary
Constructors Constructor Description SlimFlatDockingTheme()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RootWindowPropertiescreateRootWindowProperties()Create a root window properties object with the property values for this theme.static WindowBarPropertiescreateWindowBarProperties()Deprecated.the window bar properties are now included in the root window propertiesjava.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
-
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
-
createWindowBarProperties
public static final WindowBarProperties 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
-
-