Uses of Class
net.infonode.docking.properties.RootWindowProperties

Packages that use RootWindowProperties
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.docking.model   
net.infonode.docking.properties Property classes for docking windows. 
net.infonode.docking.theme Contains theme classes for docking windows. 
net.infonode.docking.util Utility classes for docking windows. 
 

Uses of RootWindowProperties in net.infonode.docking
 

Methods in net.infonode.docking that return RootWindowProperties
 RootWindowProperties RootWindow.getRootWindowProperties()
          Returns the property values for this root window.
 

Uses of RootWindowProperties in net.infonode.docking.model
 

Fields in net.infonode.docking.model declared as RootWindowProperties
private  RootWindowProperties RootWindowItem.rootWindowProperties
           
 

Methods in net.infonode.docking.model that return RootWindowProperties
 RootWindowProperties RootWindowItem.getRootWindowProperties()
           
 

Uses of RootWindowProperties in net.infonode.docking.properties
 

Fields in net.infonode.docking.properties declared as RootWindowProperties
private static RootWindowProperties RootWindowProperties.DEFAULT_VALUES
           
 

Methods in net.infonode.docking.properties that return RootWindowProperties
 RootWindowProperties RootWindowProperties.addSuperObject(RootWindowProperties properties)
          Adds a super object from which property values are inherited.
static RootWindowProperties RootWindowProperties.createDefault()
          Creates a property object that inherits default property values.
 RootWindowProperties RootWindowProperties.removeSuperObject()
          Deprecated. Use removeSuperObject(RootWindowProperties) instead.
 RootWindowProperties RootWindowProperties.removeSuperObject(RootWindowProperties superObject)
          Removes a super object.
 RootWindowProperties RootWindowProperties.replaceSuperObject(RootWindowProperties oldSuperObject, RootWindowProperties newSuperObject)
          Replaces a super object.
 RootWindowProperties RootWindowProperties.setAbortDragKey(int key)
          Sets the key code for the key that aborts a drag.
 RootWindowProperties RootWindowProperties.setDoubleClickRestoresWindow(boolean enabled)
          If set to true, double clicking on a window tab in a window bar restores the window.
 RootWindowProperties RootWindowProperties.setDragRectangleBorderWidth(int width)
          Sets the border width of the drag rectangle.
 RootWindowProperties RootWindowProperties.setEdgeSplitDistance(int size)
          Sets the distance from the window edge inside which a mouse drag will trigger a window split.
 RootWindowProperties RootWindowProperties.setRecursiveTabsEnabled(boolean enabled)
          If set to true, the user is allowed to place tab windows inside other tab windows.
 

Methods in net.infonode.docking.properties with parameters of type RootWindowProperties
 RootWindowProperties RootWindowProperties.addSuperObject(RootWindowProperties properties)
          Adds a super object from which property values are inherited.
 RootWindowProperties RootWindowProperties.removeSuperObject(RootWindowProperties superObject)
          Removes a super object.
 RootWindowProperties RootWindowProperties.replaceSuperObject(RootWindowProperties oldSuperObject, RootWindowProperties newSuperObject)
          Replaces a super object.
 

Constructors in net.infonode.docking.properties with parameters of type RootWindowProperties
RootWindowProperties(RootWindowProperties inheritFrom)
          Creates a property object which inherits property values from another object.
 

Uses of RootWindowProperties in net.infonode.docking.theme
 

Fields in net.infonode.docking.theme declared as RootWindowProperties
private  RootWindowProperties GradientDockingTheme.rootProperties
           
private static RootWindowProperties LookAndFeelDockingTheme.rootProps
           
private  RootWindowProperties SoftBlueIceDockingTheme.rootWindowProperties
           
private  RootWindowProperties SlimFlatDockingTheme.rootWindowProperties
           
private  RootWindowProperties ShapedGradientDockingTheme.rootWindowProperties
           
private  RootWindowProperties DefaultDockingTheme.rootWindowProperties
           
private  RootWindowProperties ClassicDockingTheme.rootWindowProperties
           
private  RootWindowProperties BlueHighlightDockingTheme.rootWindowProperties
           
private  RootWindowProperties LookAndFeelDockingTheme.themeRootProps
           
 

Methods in net.infonode.docking.theme that return RootWindowProperties
static RootWindowProperties SlimFlatDockingTheme.createRootWindowProperties()
          Create a root window properties object with the property values for this theme.
static RootWindowProperties BlueHighlightDockingTheme.createRootWindowProperties()
          Create a root window properties object with the property values for this theme.
 RootWindowProperties SoftBlueIceDockingTheme.getRootWindowProperties()
           
 RootWindowProperties SlimFlatDockingTheme.getRootWindowProperties()
           
 RootWindowProperties ShapedGradientDockingTheme.getRootWindowProperties()
          Gets the theme RootWindowProperties
 RootWindowProperties LookAndFeelDockingTheme.getRootWindowProperties()
          Gets the theme RootWindowProperties
 RootWindowProperties GradientDockingTheme.getRootWindowProperties()
           
abstract  RootWindowProperties DockingWindowsTheme.getRootWindowProperties()
          Returns the root window properties for this theme.
 RootWindowProperties DefaultDockingTheme.getRootWindowProperties()
           
 RootWindowProperties ClassicDockingTheme.getRootWindowProperties()
          Gets the theme RootWindowProperties
 RootWindowProperties BlueHighlightDockingTheme.getRootWindowProperties()
           
 

Uses of RootWindowProperties in net.infonode.docking.util
 

Methods in net.infonode.docking.util that return RootWindowProperties
static RootWindowProperties PropertiesUtil.createTitleBarStyleRootWindowProperties()
           Creates and returns a new RootWindowProperties object that is meant to be added as super object on another RootWindowProperties object, for example a theme's RootWindowProperties.
 

Methods in net.infonode.docking.util with parameters of type RootWindowProperties
static void PropertiesUtil.setTitleBarStyle(RootWindowProperties rootProps)
           Sets title bar style in the given root window properties object.
private static void PropertiesUtil.setupTitleBarStyleProperties(RootWindowProperties titleBarStyleProperties)