public abstract class DockingWindowsTheme
extends java.lang.Object
RootWindowProperties object which can be applied to a
RootWindow like this:
rootWindow.getRootWindowProperties().addSuperObject(theme.getRootWindowProperties());
| Modifier | Constructor and Description |
|---|---|
protected |
DockingWindowsTheme() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getName()
Returns the name of this theme.
|
abstract RootWindowProperties |
getRootWindowProperties()
Returns the root window properties for this theme.
|
java.lang.String |
toString() |
public abstract java.lang.String getName()
public abstract RootWindowProperties getRootWindowProperties()
public java.lang.String toString()
toString in class java.lang.Object