wt.clients.vc.baseline
Class Util
java.lang.Object
wt.clients.vc.baseline.Util
- public class Util
- extends Object
Class Util
provides static utility functions for GUI client
code. Common operations are provided.
// Get a resource bundle
ResourceBundle resource = getResource("myResource", myApplet);
// Get context
WTContext context = getContext(myApplet);
Supported API: false
Extendable: false
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
getResource
public static ResourceBundle getResource(String resourceName)
getResource
public static ResourceBundle getResource(String resourceName,
Applet applet)
getResource
public static ResourceBundle getResource(String resourceName,
WTContext context)
getContext
public static WTContext getContext(Applet applet)
getFrame
public static Frame getFrame()
getFrame
public static Frame getFrame(Component component)