wt.clients.scheduler
Class Util

java.lang.Object
  extended bywt.clients.scheduler.Util

public class Util
extends Object


Field Summary
private static String APATH
           
static int CREATE
           
static int DELETE
           
static int LOG
           
(package private) static String RESOURCES
           
static int UPDATE
           
static int VIEW
           
 
Constructor Summary
Util()
           
 
Method Summary
static String getDisplayString(ClassInfo class_info, String property)
           
static Image getIcon(String aName)
          Gets an image given a specified shortname.
static URL getImageURL(String aName)
           
static URL getImageURL(String aName, WTContext context)
           
static Image loadImage(String aName)
          Gets a Image for the specified .gif file.
 void vcInit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Util

public Util()
Method Detail

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