|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.docking.util.PropertiesUtil
public class PropertiesUtil
Utility functions for manipulating properties.
| Constructor Summary | |
|---|---|
private |
PropertiesUtil()
|
| Method Summary | |
|---|---|
static RootWindowProperties |
createTitleBarStyleRootWindowProperties()
Creates and returns a new RootWindowProperties object that is meant to be
added as super object on another RootWindowProperties object, for example
a theme's RootWindowProperties. |
static void |
setTitleBarStyle(RootWindowProperties rootProps)
Sets title bar style in the given root window properties object. |
private static void |
setupTitleBarStyleProperties(RootWindowProperties titleBarStyleProperties)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private PropertiesUtil()
| Method Detail |
|---|
public static RootWindowProperties createTitleBarStyleRootWindowProperties()
Creates and returns a new RootWindowProperties object that is meant to be
added as super object on another RootWindowProperties object, for example
a theme's RootWindowProperties.
The created properties object will have title bar style properties set, see
setTitleBarStyle(RootWindowProperties).
public static void setTitleBarStyle(RootWindowProperties rootProps)
Sets title bar style in the given root window properties object.
This function sets properties in the give RootWindowProperties object:
Note: It will modify properties values in the object without checking if it was already set i.e. overwriting the previous value.
rootProps - RootWindowProperties object to modifyprivate static void setupTitleBarStyleProperties(RootWindowProperties titleBarStyleProperties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||