|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.theme.manager.Meta
public class Meta
Constructor Summary | |
---|---|
Meta()
|
Method Summary | |
---|---|
void |
_applyAutoSync(boolean value,
boolean old)
Applies changes of the property value of the property autoSync . |
void |
_applyTheme(Theme value,
Theme old)
Applies changes of the property value of the property theme . |
Theme |
getAppearanceThemes()
Returns a list of all registered appearance themes |
boolean |
getAutoSync()
Returns the (computed) value of the property autoSync . |
Theme |
getBorderThemes()
Returns a list of all registered border themes |
Theme |
getColorThemes()
Returns a list of all registered color themes |
Theme |
getFontThemes()
Returns a list of all registered font themes |
Theme |
getIconThemes()
Returns a list of all registered icon themes |
Theme |
getMetaThemes()
Returns a list of all registered meta themes |
Theme |
getTheme()
Returns the (computed) value of the property theme . |
Theme |
getWidgetThemes()
Returns a list of all registered widget themes |
void |
initAutoSync(boolean arg)
Calls the apply method and dispatches the change event of the property autoSync
with the default value defined by the class developer. |
void |
initialize()
Initialize the themes which were selected using the settings. |
void |
initTheme(Theme arg)
Calls the apply method and dispatches the change event of the property theme
with the default value defined by the class developer. |
boolean |
isAutoSync()
Check whether the (computed) value of the boolean property autoSync equals true . |
void |
resetAutoSync()
Resets the user value of the property autoSync . |
void |
resetTheme()
Resets the user value of the property theme . |
void |
setAutoSync(boolean arg)
Sets the user value of the property autoSync . |
void |
setTheme(Theme arg)
Sets the user value of the property theme . |
boolean |
toggleAutoSync()
Toggles the (computed) value of the boolean property autoSync . |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Meta()
Method Detail |
---|
public void _applyAutoSync(boolean value, boolean old)
Applies changes of the property value of the property autoSync
.
For further details take a look at the property definition: _applyAutoSync(boolean, boolean)
.
public void _applyTheme(Theme value, Theme old)
Applies changes of the property value of the property theme
.
For further details take a look at the property definition: _applyTheme(qx.Theme, qx.Theme)
.
public Theme getAppearanceThemes()
Returns a list of all registered appearance themes
public boolean getAutoSync()
Returns the (computed) value of the property autoSync
.
For further details take a look at the property definition: autoSync
.
public Theme getBorderThemes()
Returns a list of all registered border themes
public Theme getColorThemes()
Returns a list of all registered color themes
public Theme getFontThemes()
Returns a list of all registered font themes
public Theme getIconThemes()
Returns a list of all registered icon themes
public Theme getMetaThemes()
Returns a list of all registered meta themes
public Theme getTheme()
Returns the (computed) value of the property theme
.
For further details take a look at the property definition: theme
.
public Theme getWidgetThemes()
Returns a list of all registered widget themes
public void initAutoSync(boolean arg)
Calls the apply method and dispatches the change event of the property autoSync
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: autoSync
.
public void initialize()
Initialize the themes which were selected using the settings. Should only be called from qooxdoo based application.
public void initTheme(Theme arg)
Calls the apply method and dispatches the change event of the property theme
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: theme
.
public boolean isAutoSync()
Check whether the (computed) value of the boolean property autoSync
equals true
.
For further details take a look at the property definition: autoSync
.
public void resetAutoSync()
Resets the user value of the property autoSync
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: autoSync
.
public void resetTheme()
Resets the user value of the property theme
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: theme
.
public void setAutoSync(boolean arg)
Sets the user value of the property autoSync
.
For further details take a look at the property definition: autoSync
.
public void setTheme(Theme arg)
Sets the user value of the property theme
.
For further details take a look at the property definition: theme
.
public boolean toggleAutoSync()
Toggles the (computed) value of the boolean property autoSync
.
For further details take a look at the property definition: autoSync
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |