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

Packages that use WindowBarProperties
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. 
 

Uses of WindowBarProperties in net.infonode.docking
 

Methods in net.infonode.docking that return WindowBarProperties
 WindowBarProperties WindowBar.getWindowBarProperties()
          Returns the property values for this window bar.
 

Uses of WindowBarProperties in net.infonode.docking.model
 

Fields in net.infonode.docking.model declared as WindowBarProperties
private  WindowBarProperties WindowBarItem.windowBarProperties
           
 

Methods in net.infonode.docking.model that return WindowBarProperties
 WindowBarProperties WindowBarItem.getWindowBarProperties()
           
 

Methods in net.infonode.docking.model with parameters of type WindowBarProperties
 void WindowBarItem.setWindowBarProperties(WindowBarProperties windowBarProperties)
           
 

Uses of WindowBarProperties in net.infonode.docking.properties
 

Fields in net.infonode.docking.properties declared as WindowBarProperties
private static WindowBarProperties[] WindowBarProperties.DEFAULT_VALUES
           
 

Methods in net.infonode.docking.properties that return WindowBarProperties
 WindowBarProperties WindowBarProperties.addSuperObject(WindowBarProperties properties)
          Adds a super object from which property values are inherited.
static WindowBarProperties WindowBarProperties.createDefault(Direction location)
          Creates a property object which inherits the default property values.
 WindowBarProperties RootWindowProperties.getWindowBarProperties()
          Returns the default window bar property values.
 WindowBarProperties WindowBarProperties.removeSuperObject()
          Deprecated. Use removeSuperObject(WindowBarProperties) instead.
 WindowBarProperties WindowBarProperties.removeSuperObject(WindowBarProperties superObject)
          Removes a super object.
 WindowBarProperties WindowBarProperties.setContentPanelEdgeResizeEdgeDistance(int width)
          Sets the distance from the content panel edge which inside the user can resize the content panel.
 WindowBarProperties WindowBarProperties.setContinuousLayoutEnabled(boolean enabled)
          Enables/disables continuous layout.
 WindowBarProperties WindowBarProperties.setDragIndicatorColor(java.awt.Color color)
          Sets the resizer's drag indicator color.
 WindowBarProperties WindowBarProperties.setMinimumWidth(int width)
          Sets the minimum width of the window bar.
 

Methods in net.infonode.docking.properties with parameters of type WindowBarProperties
 WindowBarProperties WindowBarProperties.addSuperObject(WindowBarProperties properties)
          Adds a super object from which property values are inherited.
 WindowBarProperties WindowBarProperties.removeSuperObject(WindowBarProperties superObject)
          Removes a super object.
 

Constructors in net.infonode.docking.properties with parameters of type WindowBarProperties
WindowBarProperties(WindowBarProperties inheritFrom)
          Creates a property object that inherit values from another property object.
 

Uses of WindowBarProperties in net.infonode.docking.theme
 

Methods in net.infonode.docking.theme that return WindowBarProperties
static WindowBarProperties SlimFlatDockingTheme.createWindowBarProperties()
          Deprecated. the window bar properties are now included in the root window properties
 

Methods in net.infonode.docking.theme with parameters of type WindowBarProperties
private static void SlimFlatDockingTheme.setWindowBarProperties(WindowBarProperties windowBarProperties)