Uses of Class
org.salespointframework.core.ResourceManager.StandardResource

Packages that use ResourceManager.StandardResource
org.salespointframework.core This package contains the central classes of the Framework. 
 

Uses of ResourceManager.StandardResource in org.salespointframework.core
 

Fields in org.salespointframework.core with type parameters of type ResourceManager.StandardResource
protected  java.util.Map<ResourceManager.StandardResource,java.awt.image.BufferedImage> ResourceManager.standardResources
          Map of all standard resources
 

Methods in org.salespointframework.core that return ResourceManager.StandardResource
static ResourceManager.StandardResource ResourceManager.StandardResource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceManager.StandardResource[] ResourceManager.StandardResource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.salespointframework.core with parameters of type ResourceManager.StandardResource
 java.awt.image.BufferedImage ResourceManager.getStandardResource(ResourceManager.StandardResource stdres)
          get a specific standard resource
 void ResourceManager.setStandardResource(ResourceManager.StandardResource stdres, java.awt.image.BufferedImage bi)
          Set a standard resource