Package net.infonode.docking.theme
Class ClassicDockingTheme
- java.lang.Object
-
- net.infonode.docking.theme.DockingWindowsTheme
-
- net.infonode.docking.theme.ClassicDockingTheme
-
public class ClassicDockingTheme extends DockingWindowsTheme
A theme with a "classic" look with round edges for the tabs.- Since:
- IDW 1.2.0
-
-
Constructor Summary
Constructors Constructor Description ClassicDockingTheme()
Creates a ClassicDockingTheme.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Gets the theme nameRootWindowProperties
getRootWindowProperties()
Gets the theme RootWindowProperties-
Methods inherited from class net.infonode.docking.theme.DockingWindowsTheme
toString
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the theme name- Specified by:
getName
in classDockingWindowsTheme
- Returns:
- name
-
getRootWindowProperties
public RootWindowProperties getRootWindowProperties()
Gets the theme RootWindowProperties- Specified by:
getRootWindowProperties
in classDockingWindowsTheme
- Returns:
- the RootWindowProperties
-
-