net.infonode.docking.theme
Class SlimFlatDockingTheme

java.lang.Object
  extended by net.infonode.docking.theme.DockingWindowsTheme
      extended by net.infonode.docking.theme.SlimFlatDockingTheme

public final class SlimFlatDockingTheme
extends DockingWindowsTheme

A theme very slim theme that doesn't waste any screen space.

Version:
$Revision: 1.20 $
Author:
$Author: jesper $

Field Summary
private  RootWindowProperties rootWindowProperties
           
 
Constructor Summary
SlimFlatDockingTheme()
           
 
Method Summary
static RootWindowProperties createRootWindowProperties()
          Create a root window properties object with the property values for this theme.
static WindowBarProperties createWindowBarProperties()
          Deprecated. the window bar properties are now included in the root window properties
 java.lang.String getName()
          Returns the name of this theme.
 RootWindowProperties getRootWindowProperties()
          Returns the root window properties for this theme.
private static void setWindowBarProperties(WindowBarProperties windowBarProperties)
           
 
Methods inherited from class net.infonode.docking.theme.DockingWindowsTheme
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rootWindowProperties

private RootWindowProperties rootWindowProperties
Constructor Detail

SlimFlatDockingTheme

public SlimFlatDockingTheme()
Method Detail

getName

public java.lang.String getName()
Description copied from class: DockingWindowsTheme
Returns the name of this theme.

Specified by:
getName in class DockingWindowsTheme
Returns:
the name of this theme

getRootWindowProperties

public RootWindowProperties getRootWindowProperties()
Description copied from class: DockingWindowsTheme
Returns the root window properties for this theme.

Specified by:
getRootWindowProperties in class DockingWindowsTheme
Returns:
the root window properties for this theme

createRootWindowProperties

public static final RootWindowProperties createRootWindowProperties()
Create a root window properties object with the property values for this theme.

Returns:
the root window properties object

setWindowBarProperties

private static void setWindowBarProperties(WindowBarProperties windowBarProperties)

createWindowBarProperties

public static final WindowBarProperties createWindowBarProperties()
Deprecated. the window bar properties are now included in the root window properties

Create a window bar properties object with the property values for this theme.

Returns:
the root window properties object