|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.properties.propertymap.PropertyMapContainer
net.infonode.docking.properties.WindowTabStateProperties
public class WindowTabStateProperties
Properties and property values for the window tab buttons.
| 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()
Deprecated. Use removeSuperObject(WindowTabStateProperties) instead. |
WindowTabStateProperties |
removeSuperObject(WindowTabStateProperties superObject)
Removes a super object. |
| Methods inherited from class net.infonode.properties.propertymap.PropertyMapContainer |
|---|
getMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final PropertyMapGroup PROPERTIES
public static final PropertyMapProperty MINIMIZE_BUTTON_PROPERTIES
public static final PropertyMapProperty RESTORE_BUTTON_PROPERTIES
public static final PropertyMapProperty CLOSE_BUTTON_PROPERTIES
public static final PropertyMapProperty UNDOCK_BUTTON_PROPERTIES
public static final PropertyMapProperty DOCK_BUTTON_PROPERTIES
| Constructor Detail |
|---|
public WindowTabStateProperties()
public WindowTabStateProperties(PropertyMap map)
map - the property mappublic WindowTabStateProperties(WindowTabStateProperties inheritFrom)
inheritFrom - the object from which to inherit property values| Method Detail |
|---|
public WindowTabStateProperties addSuperObject(WindowTabStateProperties properties)
properties - the object from which to inherit property values
public WindowTabStateProperties removeSuperObject()
removeSuperObject(WindowTabStateProperties) instead.
public WindowTabStateProperties removeSuperObject(WindowTabStateProperties superObject)
superObject - the super object to remove
public WindowTabButtonProperties getMinimizeButtonProperties()
public WindowTabButtonProperties getRestoreButtonProperties()
public WindowTabButtonProperties getCloseButtonProperties()
public WindowTabButtonProperties getUndockButtonProperties()
public WindowTabButtonProperties getDockButtonProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||