wt.clients.filevault
Class Util
java.lang.Object
wt.clients.filevault.Util
- public class Util
- extends Object
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APATH
private static final String APATH
- See Also:
- Constant Field Values
RESOURCES
static final String RESOURCES
- See Also:
- Constant Field Values
_imageCache
private static Hashtable _imageCache
Util
public Util()
getImageURL
public static URL getImageURL(String aName,
WTContext context)
getImageURL
public static URL getImageURL(String aName)
getIcon
public static Image getIcon(String aName)
- Gets an image given a specified shortname.
getGlyphIcon
public static Image getGlyphIcon(String aName,
String glName)
loadGlyphedImage
public static Image loadGlyphedImage(String pathBase,
String pathGlyph)
- returns a glyph image.
mergeImages
public static Image mergeImages(Image main_image,
Image glyph_image,
Canvas tmp)
throws InterruptedException
- Throws:
InterruptedException
loadImage
public static Image loadImage(String aName)
- Gets a Image for the specified .gif file. The name parameter should
be fully qualified and include the .gif suffix.
- Parameters:
aName
- the name of the gif
getDisplayString
public static String getDisplayString(ClassInfo class_info,
String property)
throws WTIntrospectionException
- Throws:
WTIntrospectionException