|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.novell.admin.common.ui.ImageLoader
ImageLoader - loads images synchronously from a given location.
Constructor Summary | |
ImageLoader(java.lang.String locationString)
This class loads images from common package using the image key passed in. |
Method Summary | |
java.awt.Image |
get(java.lang.String imageName)
The method is used to find the image needed by the calling class in the common package. |
java.awt.Image |
getAsync(java.lang.String imageName)
The method is used to find the image needed by the calling class in the common package. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ImageLoader(java.lang.String locationString)
Method Detail |
public java.awt.Image getAsync(java.lang.String imageName)
I-imagename
- the image name i.e... "ndsmgr.gif"public java.awt.Image get(java.lang.String imageName)
I-imagename
- the image name i.e... "ndsmgr.gif"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |