|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.io.image.PreloaderManager
public class PreloaderManager
This singleton manage all qx.io.image.Preloader instances.
Constructor Summary | |
---|---|
PreloaderManager()
|
Method Summary | |
---|---|
void |
add(Preloader vObject)
Adds a qx.io.image.Preloader instance to the manager |
Preloader |
create(java.lang.String vSource)
Create new qx.io.image.preloader instance with given source |
Preloader |
get(java.lang.String vSource)
Return image preloader instance with given source |
boolean |
has(java.lang.String vSource)
Returns whether an image preloader instance with the given source is registered |
void |
remove(Preloader vObject)
Removes a qx.io.image.Preloader instance from the manager |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, 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 PreloaderManager()
Method Detail |
---|
public void add(Preloader vObject)
Adds a qx.io.image.Preloader instance to the manager
public Preloader create(java.lang.String vSource)
Create new qx.io.image.preloader instance with given source
public Preloader get(java.lang.String vSource)
Return image preloader instance with given source
get
in class Object
public boolean has(java.lang.String vSource)
Returns whether an image preloader instance with the given source is registered
public void remove(Preloader vObject)
Removes a qx.io.image.Preloader instance from the manager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |