|
||||||||||
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.io.image.Manager
public class Manager
This singleton manage stuff around image handling.
Constructor Summary | |
---|---|
Manager()
|
Method Summary | |
---|---|
void |
add(java.lang.String source)
Register an image. |
java.lang.Object |
getHiddenImages()
Returns a map with the sources of all hidden images |
java.lang.Object |
getVisibleImages()
Returns a map with the sources of all visible images |
void |
hide(java.lang.String source)
Register an image and reduce the visible counter Warning: Only use after using show() before |
void |
remove(java.lang.String source)
Register an image. |
void |
show(java.lang.String source)
Register an visible image. |
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 Manager()
Method Detail |
---|
public void add(java.lang.String source)
Register an image. Gives the application the possibility to preload images.
public java.lang.Object getHiddenImages()
Returns a map with the sources of all hidden images
public java.lang.Object getVisibleImages()
Returns a map with the sources of all visible images
public void hide(java.lang.String source)
Register an image and reduce the visible counter Warning: Only use after using show() before
public void remove(java.lang.String source)
Register an image. Gives the application the possibility to preload images.
public void show(java.lang.String source)
Register an visible image. Gives the application the possibility to preload visible images.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |