Uses of Interface
com.google.gwt.libideas.resources.client.ResourcePrototype

Packages that use ResourcePrototype
com.google.gwt.libideas.resources.client   
 

Uses of ResourcePrototype in com.google.gwt.libideas.resources.client
 

Subinterfaces of ResourcePrototype in com.google.gwt.libideas.resources.client
 interface DataResource
          A non-text resource.
 interface ExternalTextResource
          Identical to TextResource, except the contents of the resource are not inlined into the compiled output.
 interface ImageResource
          Test for ImageBundle optimizations.
 interface SoundResource
          A sound sample.
 interface TextResource
          A resource that contains text that should be incorporated into the compiled output.
 

Methods in com.google.gwt.libideas.resources.client that return ResourcePrototype
 ResourcePrototype ResourceException.getResource()
           
 ResourcePrototype ImmutableResourceBundle.getResource(java.lang.String name)
          Find a resource by the name of the function in which it is declared.
 ResourcePrototype[] ImmutableResourceBundle.getResources()
          A convenience method to iterate over all ResourcePrototypes contained in the ResourceBundle.
 

Constructors in com.google.gwt.libideas.resources.client with parameters of type ResourcePrototype
ResourceException(ResourcePrototype resource)
           
ResourceException(ResourcePrototype resource, java.lang.String msg)
           
ResourceException(ResourcePrototype resource, java.lang.String msg, java.lang.Throwable t)