|
||||||||||
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.Icon
public class Icon
This singleton selects the icon theme to use.
Constructor Summary | |
---|---|
Icon()
|
Method Summary | |
---|---|
void |
_applyIconTheme(Theme value,
Theme old)
Applies changes of the property value of the property iconTheme . |
Theme |
getIconTheme()
Returns the (computed) value of the property iconTheme . |
void |
initIconTheme(Theme arg)
Calls the apply method and dispatches the change event of the property iconTheme
with the default value defined by the class developer. |
void |
resetIconTheme()
Resets the user value of the property iconTheme . |
void |
setIconTheme(Theme arg)
Sets the user value of the property iconTheme . |
void |
syncIconTheme()
Sync dependend objects with internal database |
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 Icon()
Method Detail |
---|
public void _applyIconTheme(Theme value, Theme old)
Applies changes of the property value of the property iconTheme
.
For further details take a look at the property definition: _applyIconTheme(qx.Theme, qx.Theme)
.
public Theme getIconTheme()
Returns the (computed) value of the property iconTheme
.
For further details take a look at the property definition: iconTheme
.
public void initIconTheme(Theme arg)
Calls the apply method and dispatches the change event of the property iconTheme
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: iconTheme
.
public void resetIconTheme()
Resets the user value of the property iconTheme
.
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: iconTheme
.
public void setIconTheme(Theme arg)
Sets the user value of the property iconTheme
.
For further details take a look at the property definition: iconTheme
.
public void syncIconTheme()
Sync dependend objects with internal database
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |