Method Summary |
|
public WindowTabProperties | addSuperObject(WindowTabProperties properties) Adds a super object from which property values are inherited. |
public WindowTabStateProperties | 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. |
public TitledTabStateProperties | getFocusedProperties() Returns the property values for the titled tab when it is focused or a component in the tab's content component has focus. |
public WindowTabStateProperties | getHighlightedButtonProperties() Returns the property values for the tab buttons when the tab is highlighted. |
public WindowTabStateProperties | getNormalButtonProperties() Returns the property values for the tab buttons when the tab is in the normal state. |
public TitledTabProperties | getTitledTabProperties() Returns the property values for the titled tab used in the tab. |
public WindowTabProperties | removeSuperObject() Removes the last added super object. |
public WindowTabProperties | removeSuperObject(WindowTabProperties superObject) Removes a super object. |