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.model   
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.
 

Methods in net.infonode.docking with parameters of type TabWindowProperties
protected  void AbstractTabWindow.setTabWindowProperties(TabWindowProperties properties)
           
 

Uses of TabWindowProperties in net.infonode.docking.model
 

Fields in net.infonode.docking.model declared as TabWindowProperties
static TabWindowProperties TabWindowItem.emptyProperties
           
private  TabWindowProperties TabWindowItem.parentProperties
           
private  TabWindowProperties TabWindowItem.tabWindowProperties
           
 

Methods in net.infonode.docking.model that return TabWindowProperties
 TabWindowProperties TabWindowItem.getParentTabWindowProperties()
           
 TabWindowProperties TabWindowItem.getTabWindowProperties()
           
 

Methods in net.infonode.docking.model with parameters of type TabWindowProperties
 void TabWindowItem.setParentTabWindowProperties(TabWindowProperties parentProperties)
           
 void TabWindowItem.setTabWindowProperties(TabWindowProperties tabWindowProperties)
           
 

Uses of TabWindowProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return TabWindowProperties
 TabWindowProperties TabWindowProperties.addSuperObject(TabWindowProperties properties)
          Adds a super object from which property values are inherited.
 TabWindowProperties WindowBarProperties.getTabWindowProperties()
          Returns the tab window property values.
 TabWindowProperties RootWindowProperties.getTabWindowProperties()
          Returns the default property values for tab windows.
 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.
 

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.