net.infonode.docking.properties
public class WindowTabStateProperties extends PropertyMapContainer
Version: $Revision: 1.14 $
| Field Summary | |
|---|---|
| static PropertyMapProperty | CLOSE_BUTTON_PROPERTIES
The close button property values. |
| static PropertyMapProperty | DOCK_BUTTON_PROPERTIES
The dock button property values.
|
| static PropertyMapProperty | MINIMIZE_BUTTON_PROPERTIES
The minimize button property values. |
| static PropertyMapGroup | PROPERTIES
Property group containing all window tab state properties. |
| static PropertyMapProperty | RESTORE_BUTTON_PROPERTIES
The restore button property values. |
| static PropertyMapProperty | UNDOCK_BUTTON_PROPERTIES
The undock button property values.
|
| Constructor Summary | |
|---|---|
| WindowTabStateProperties()
Creates an empty property object. | |
| WindowTabStateProperties(PropertyMap map)
Creates a property object containing the map.
| |
| WindowTabStateProperties(WindowTabStateProperties inheritFrom)
Creates a property object that inherit values from another property object.
| |
| Method Summary | |
|---|---|
| WindowTabStateProperties | addSuperObject(WindowTabStateProperties properties)
Adds a super object from which property values are inherited.
|
| WindowTabButtonProperties | getCloseButtonProperties()
Returns the close button property values.
|
| WindowTabButtonProperties | getDockButtonProperties()
Returns the dock button property values.
|
| WindowTabButtonProperties | getMinimizeButtonProperties()
Returns the minimize button property values.
|
| WindowTabButtonProperties | getRestoreButtonProperties()
Returns the restore button property values.
|
| WindowTabButtonProperties | getUndockButtonProperties()
Returns the undock button property values.
|
| WindowTabStateProperties | removeSuperObject()
Removes the last added super object.
|
| WindowTabStateProperties | removeSuperObject(WindowTabStateProperties superObject)
Removes a super object.
|
Since: IDW 1.4.0
Since: IDW 1.4.0
Parameters: map the property map
Parameters: inheritFrom the object from which to inherit property values
Parameters: properties the object from which to inherit property values
Returns: this
Returns: the close button property values
Returns: the dock button property values
Since: IDW 1.4.0
Returns: the minimize button property values
Returns: the restore button property values
Returns: the undock button property values
Since: IDW 1.4.0
Deprecated: Use removeSuperObject instead.
Removes the last added super object.Returns: this
Since: IDW 1.1.0
Parameters: superObject the super object to remove
Returns: this
Since: IDW 1.3.0