Uses of Class
com.sun.lwuit.util.Resources

Packages that use Resources
com.sun.lwuit.animations All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package. 
com.sun.lwuit.html The HTML package allows rendering XHTML-MP 1.0 documents including WCSS support. 
com.sun.lwuit.util Utility features that are either too domain specific or don't "fit" into any other packages. 
 

Uses of Resources in com.sun.lwuit.animations
 

Methods in com.sun.lwuit.animations with parameters of type Resources
static AnimationObject AnimationObject.createAnimationImage(java.lang.String imageName, Resources res, int x, int y)
          Creates an animation object instance that can define the animation properties for an image.
 

Uses of Resources in com.sun.lwuit.html
 

Methods in com.sun.lwuit.html that return Resources
static Resources DefaultDocumentRequestHandler.getResFile()
          Allows URL's referring to a res:// local resource to default to this file
 

Methods in com.sun.lwuit.html with parameters of type Resources
static void DefaultDocumentRequestHandler.setResFile(Resources res)
          Allows URL's referring to a local:// local resource to default to this file
 

Uses of Resources in com.sun.lwuit.util
 

Methods in com.sun.lwuit.util that return Resources
protected  Resources UIBuilder.fetchResourceFile()
          This method may be overriden by subclasses to provide a way to dynamically load a resource file.
static Resources Resources.open(java.io.InputStream resource)
          Creates a resource object from the given input stream
static Resources Resources.open(java.lang.String resource)
          Creates a resource object from the local JAR resource identifier
 

Methods in com.sun.lwuit.util with parameters of type Resources
 Container UIBuilder.createContainer(Resources res, java.lang.String resourceName)
          Creates the container defined under the given name in the res file
protected  void UIBuilder.setResourceFile(Resources res)
          Sets the resource file if keep in rum or no path is defined