net.infonode.docking.theme

Class DockingWindowsTheme

public abstract class DockingWindowsTheme extends Object

A docking windows theme. A theme provides a {@link RootWindowProperties} object which can be applied to a {@link net.infonode.docking.RootWindow} like this:
 rootWindow.getRootWindowProperties().addSuperObject(theme.getRootWindowProperties());
 

Since: IDW 1.1.0

Version: $Revision: 1.3 $

Author: $Author: jesper $

Constructor Summary
protected DockingWindowsTheme()
Method Summary
abstract StringgetName()
Returns the name of this theme.
abstract RootWindowPropertiesgetRootWindowProperties()
Returns the root window properties for this theme.
StringtoString()

Constructor Detail

DockingWindowsTheme

protected DockingWindowsTheme()

Method Detail

getName

public abstract 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 String toString()