Package net.infonode.docking.theme
Class DockingWindowsTheme
- java.lang.Object
-
- net.infonode.docking.theme.DockingWindowsTheme
-
- Direct Known Subclasses:
BlueHighlightDockingTheme,ClassicDockingTheme,DefaultDockingTheme,GradientDockingTheme,LookAndFeelDockingTheme,ShapedGradientDockingTheme,SlimFlatDockingTheme,SoftBlueIceDockingTheme
public abstract class DockingWindowsTheme extends java.lang.ObjectA docking windows theme. A theme provides aRootWindowPropertiesobject which can be applied to aRootWindowlike this:rootWindow.getRootWindowProperties().addSuperObject(theme.getRootWindowProperties());
- Since:
- IDW 1.1.0
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDockingWindowsTheme()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.StringgetName()Returns the name of this theme.abstract RootWindowPropertiesgetRootWindowProperties()Returns the root window properties for this theme.java.lang.StringtoString()
-
-
-
Method Detail
-
getName
public abstract java.lang.String getName()
Returns the name of this theme.- Returns:
- the name of this theme
-
getRootWindowProperties
public abstract RootWindowProperties getRootWindowProperties()
Returns the root window properties for this theme.- Returns:
- the root window properties for this theme
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-