Uses of Class
wt.util.PropertiesMap

Packages that use PropertiesMap
wt.clients.util   
wt.clients.workflow.manager   
wt.tools.resource   
wt.util   
 

Uses of PropertiesMap in wt.clients.util
 

Fields in wt.clients.util declared as PropertiesMap
private  PropertiesMap ActionLoader.resource
           
 

Uses of PropertiesMap in wt.clients.workflow.manager
 

Fields in wt.clients.workflow.manager declared as PropertiesMap
private  PropertiesMap ProcessManagerPanel.resource
           
 

Uses of PropertiesMap in wt.tools.resource
 

Methods in wt.tools.resource that return PropertiesMap
private static PropertiesMap ResourceInfoRepository.read(String infoName, Locale locale, boolean customization)
           
private static PropertiesMap ResourceInfoRepository.readFile(String fullFileName, Locale locale)
           
private static PropertiesMap ResourceInfoRepository.read(String infoName, Locale locale, boolean customization)
           
private static PropertiesMap ResourceInfoRepository.readFile(String fullFileName, Locale locale)
           
 

Uses of PropertiesMap in wt.util
 

Fields in wt.util declared as PropertiesMap
private  PropertiesMap MappedRegistry.registry
           
private  PropertiesMap MappedRegistry.registry
           
 

Methods in wt.util that return PropertiesMap
protected  PropertiesMap MappedRegistry.readFile()
           
static PropertiesMap ClassPathRepository.getPropertiesMap(String filename)
          Read in a file of properties and load into a newly constructed PropertiesMap.
protected  PropertiesMap MappedRegistry.readFile()
           
static PropertiesMap ClassPathRepository.getPropertiesMap(String filename)
          Read in a file of properties and load into a newly constructed PropertiesMap.
 

Constructors in wt.util with parameters of type PropertiesMap
PropertiesMap(PropertiesMap map)
          Construct myself to be a shallow copy of an existing PropertiesMap.
PropertiesMap(PropertiesMap map)
          Construct myself to be a shallow copy of an existing PropertiesMap.