Uses of Class
com.alee.utils.xml.ResourceFile

Packages that use ResourceFile
com.alee.extended.style   
com.alee.managers.style.data   
com.alee.utils   
com.alee.utils.xml   
 

Uses of ResourceFile in com.alee.extended.style
 

Constructors in com.alee.extended.style with parameters of type ResourceFile
StyleEditor(ResourceFile editedSkinFile)
           
 

Uses of ResourceFile in com.alee.managers.style.data
 

Methods in com.alee.managers.style.data with parameters of type ResourceFile
protected  SkinInfo SkinInfoConverter.loadSkinInfo(ResourceFile resourceFile)
          Loads SkinInfo from the specified resource file.
 

Uses of ResourceFile in com.alee.utils
 

Methods in com.alee.utils that return ResourceFile
static ResourceFile XmlUtils.loadResourceFile(java.lang.Object source)
          Returns ResourceFile which is read from the source.
 

Methods in com.alee.utils with parameters of type ResourceFile
static
<T> T
XmlUtils.fromXML(ResourceFile resource)
          Returns Object deserialized from XML text
static javax.swing.ImageIcon XmlUtils.loadImageIcon(ResourceFile resource)
          Returns ImageIcon which is read from specified ResourceFile.
static NinePatchIcon NinePatchUtils.loadNinePatchIcon(ResourceFile resource)
          Returns NinePatchIcon which is read from specified ResourceFile.
static NinePatchIconPainter NinePatchUtils.loadNinePatchIconPainter(ResourceFile resource)
          Returns NinePatchIconPainter which is read from specified ResourceFile.
static java.lang.String XmlUtils.loadString(ResourceFile resource)
          Returns text which is read from specified ResourceFile.
static TexturePainter LafUtils.loadTexturePainter(ResourceFile resource)
          Returns TexturePainter which is read from specified ResourceFile.
 

Uses of ResourceFile in com.alee.utils.xml
 

Methods in com.alee.utils.xml that return ResourceFile
 ResourceFile ResourceList.getResource(int index)
           
 ResourceFile ResourceMap.getState(java.lang.String state)
           
 

Methods in com.alee.utils.xml that return types with arguments of type ResourceFile
 java.util.List<ResourceFile> ResourceList.getResources()
           
 java.util.Map<java.lang.String,ResourceFile> ResourceMap.getStates()
           
 

Methods in com.alee.utils.xml with parameters of type ResourceFile
 void ResourceList.addResource(ResourceFile resource)
           
 void ResourceMap.addState(java.lang.String state, ResourceFile resource)
           
 void ResourceList.removeResource(ResourceFile resource)
           
 

Method parameters in com.alee.utils.xml with type arguments of type ResourceFile
 void ResourceList.setResources(java.util.List<ResourceFile> resources)
           
 void ResourceMap.setStates(java.util.Map<java.lang.String,ResourceFile> states)