wt.clients.scheduler
Class Util
java.lang.Object
wt.clients.scheduler.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 |
CREATE
public static final int CREATE
- See Also:
- Constant Field Values
UPDATE
public static final int UPDATE
- See Also:
- Constant Field Values
VIEW
public static final int VIEW
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
LOG
public static final int LOG
- See Also:
- Constant Field Values
APATH
private static final String APATH
- See Also:
- Constant Field Values
RESOURCES
static final String RESOURCES
- See Also:
- Constant Field Values
Util
public Util()
vcInit
public void vcInit()
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.
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