|
||||||||||
| 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.WindowTabProperties
public class WindowTabProperties
Properties and property values for window tabs.
| Field Summary | |
|---|---|
static PropertyMapProperty |
FOCUSED_BUTTON_PROPERTIES
Property values for the tab buttons when the tab is focused or a component in the tab's content component has focus. |
static PropertyMapProperty |
FOCUSED_PROPERTIES
Property values for the titled tab when it is focused or a component in the tab's content component has focus. |
static PropertyMapProperty |
HIGHLIGHTED_BUTTON_PROPERTIES
Property values for the tab buttons when the tab is highlighted. |
static PropertyMapProperty |
NORMAL_BUTTON_PROPERTIES
Property values for the tab buttons when the tab is in the normal state. |
static PropertyMapGroup |
PROPERTIES
Property group containing all window tab properties. |
static PropertyMapProperty |
TITLED_TAB_PROPERTIES
Property values for the titled tab used in the tab. |
| Constructor Summary | |
|---|---|
WindowTabProperties()
Creates an empty property object. |
|
WindowTabProperties(PropertyMap map)
Creates a property object containing the map. |
|
WindowTabProperties(WindowTabProperties inheritFrom)
Creates a property object that inherit values from another property object. |
|
| Method Summary | |
|---|---|
WindowTabProperties |
addSuperObject(WindowTabProperties properties)
Adds a super object from which property values are inherited. |
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. |
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. |
WindowTabStateProperties |
getHighlightedButtonProperties()
Returns the property values for the tab buttons when the tab is highlighted. |
WindowTabStateProperties |
getNormalButtonProperties()
Returns the property values for the tab buttons when the tab is in the normal state. |
TitledTabProperties |
getTitledTabProperties()
Returns the property values for the titled tab used in the tab. |
WindowTabProperties |
removeSuperObject()
Deprecated. Use removeSuperObject(WindowTabProperties) instead. |
WindowTabProperties |
removeSuperObject(WindowTabProperties 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 TITLED_TAB_PROPERTIES
public static final PropertyMapProperty FOCUSED_PROPERTIES
public static final PropertyMapProperty NORMAL_BUTTON_PROPERTIES
public static final PropertyMapProperty HIGHLIGHTED_BUTTON_PROPERTIES
public static final PropertyMapProperty FOCUSED_BUTTON_PROPERTIES
| Constructor Detail |
|---|
public WindowTabProperties()
public WindowTabProperties(PropertyMap map)
map - the property mappublic WindowTabProperties(WindowTabProperties inheritFrom)
inheritFrom - the object from which to inherit property values| Method Detail |
|---|
public WindowTabProperties addSuperObject(WindowTabProperties properties)
properties - the object from which to inherit property values
public WindowTabProperties removeSuperObject()
removeSuperObject(WindowTabProperties) instead.
public WindowTabProperties removeSuperObject(WindowTabProperties superObject)
superObject - the super object to remove
public TitledTabProperties getTitledTabProperties()
public TitledTabStateProperties getFocusedProperties()
public WindowTabStateProperties getNormalButtonProperties()
public WindowTabStateProperties getHighlightedButtonProperties()
public WindowTabStateProperties getFocusedButtonProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||