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

Packages that use WindowTabStateProperties
net.infonode.docking.properties Property classes for docking windows. 
 

Uses of WindowTabStateProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return WindowTabStateProperties
 WindowTabStateProperties WindowTabStateProperties.addSuperObject(WindowTabStateProperties properties)
          Adds a super object from which property values are inherited.
 WindowTabStateProperties WindowTabProperties.getFocusedButtonProperties()
          Returns the property values for the tab buttons when the tab is focused or a component in the tab's content component has focus.
 WindowTabStateProperties WindowTabProperties.getHighlightedButtonProperties()
          Returns the property values for the tab buttons when the tab is highlighted.
 WindowTabStateProperties WindowTabProperties.getNormalButtonProperties()
          Returns the property values for the tab buttons when the tab is in the normal state.
 WindowTabStateProperties WindowTabStateProperties.removeSuperObject()
          Deprecated. Use removeSuperObject(WindowTabStateProperties) instead.
 WindowTabStateProperties WindowTabStateProperties.removeSuperObject(WindowTabStateProperties superObject)
          Removes a super object.
 

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

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