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
A docking windows theme. A theme provides a
RootWindowProperties
object which can be applied to a
RootWindow
like this:
rootWindow.getRootWindowProperties().addSuperObject(theme.getRootWindowProperties());
- Since:
- IDW 1.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getName()
Returns the name of this theme.abstract RootWindowProperties
Returns the root window properties for this theme.toString()
-
Constructor Details
-
DockingWindowsTheme
protected DockingWindowsTheme()
-
-
Method Details