Package net.infonode.docking.theme
Class ClassicDockingTheme
java.lang.Object
net.infonode.docking.theme.DockingWindowsTheme
net.infonode.docking.theme.ClassicDockingTheme
A theme with a "classic" look with round edges for the tabs.
- Since:
- IDW 1.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the theme nameGets the theme RootWindowPropertiesMethods inherited from class net.infonode.docking.theme.DockingWindowsTheme
toString
-
Constructor Details
-
ClassicDockingTheme
public ClassicDockingTheme()Creates a ClassicDockingTheme.
-
-
Method Details
-
getName
Gets the theme name- Specified by:
getName
in classDockingWindowsTheme
- Returns:
- name
-
getRootWindowProperties
Gets the theme RootWindowProperties- Specified by:
getRootWindowProperties
in classDockingWindowsTheme
- Returns:
- the RootWindowProperties
-