public abstract class PropertiesHelper extends java.lang.Object implements Properties, java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.Hashtable | mProperties | 
| Constructor and Description | 
|---|
| PropertiesHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | closeObject() | 
| java.lang.String | getImageLoc(boolean bOpen) | 
| java.util.Hashtable | getProperties()Gets the table of properties. | 
| java.lang.Object | getProperty(java.lang.String hintName)Retrieves the specified property, if it exists. | 
| java.lang.Object | getProperty(java.lang.String hintName,
           LocaleContext locale) | 
| boolean | isReadOnly() | 
| java.util.Hashtable | refreshProperties() | 
| java.lang.Object | refreshProperty(java.lang.String hintName)Retrieves the specified property, if it exists. | 
| void | setName(java.lang.String name)This method is not implemented by default. | 
| void | setProperty(java.lang.String hintName,
           java.lang.Object hintValue) | 
public java.util.Hashtable refreshProperties()
public java.lang.Object getProperty(java.lang.String hintName)
PropertiesgetProperty in interface PropertieshintName - Property name.null.public java.lang.Object getProperty(java.lang.String hintName,
                           LocaleContext locale)
getProperty in interface Propertiespublic java.lang.Object refreshProperty(java.lang.String hintName)
PropertiesgetProperty.refreshProperty in interface PropertieshintName - Property name.null.public void setProperty(java.lang.String hintName,
               java.lang.Object hintValue)
public java.util.Hashtable getProperties()
PropertiesgetProperties in interface Propertiespublic java.lang.String getImageLoc(boolean bOpen)
public void closeObject()
public boolean isReadOnly()
public void setName(java.lang.String name)
name -