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

Packages that use TabWindowProperties
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.docking.properties Property classes for docking windows. 
 

Uses of TabWindowProperties in net.infonode.docking
 

Methods in net.infonode.docking that return TabWindowProperties
 TabWindowProperties WindowBar.getTabWindowProperties()
           
 TabWindowProperties TabWindow.getTabWindowProperties()
           
abstract  TabWindowProperties AbstractTabWindow.getTabWindowProperties()
          Returns the properties for this tab window.
 

Uses of TabWindowProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return TabWindowProperties
 TabWindowProperties WindowBarProperties.getTabWindowProperties()
          Returns the tab window property values.
 TabWindowProperties TabWindowProperties.addSuperObject(TabWindowProperties properties)
          Adds a super object from which property values are inherited.
 TabWindowProperties TabWindowProperties.removeSuperObject()
          Deprecated. Use removeSuperObject(TabWindowProperties) instead.
 TabWindowProperties TabWindowProperties.removeSuperObject(TabWindowProperties superObject)
          Removes a super object.
 TabWindowProperties TabWindowProperties.setRespectChildWindowMinimumSize(boolean repsectMinimuSize)
           Enables/disables the TabWindow will respect its child windows minimum sizes.
 TabWindowProperties RootWindowProperties.getTabWindowProperties()
          Returns the default property values for tab windows.
 

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

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



Copyright © 2007 NNL Technology AB. All Rights Reserved.