|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.meta.LocalizedValues
Supported API: false
Extendable: false
Field Summary | |
static String |
ABBREVIATED_DISPLAY
Label for the attribute. |
private static String |
CLASSNAME
|
static String |
DISPLAY
Label for the attribute. |
static String |
FULL_DISPLAY
Label for the attribute. |
static String |
LONG_DESCRIPTION
Label for the attribute. |
private Dictionary |
properties
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
static String |
SHORT_DESCRIPTION
Label for the attribute. |
Constructor Summary | |
LocalizedValues(Dictionary properties)
Supported API: false |
Method Summary | |
void |
addProperty(String key,
String value)
Add key/value pair to propertis. |
String |
getAbbreviatedDisplay()
Gets the value of the attribute: ABBREVIATED_DISPLAY. |
String |
getDisplay()
Gets the value of the attribute: DISPLAY. |
String |
getFullDisplay()
Gets the value of the attribute: FULL_DISPLAY. |
Enumeration |
getKeys()
Returns all the property keys Supported API: false |
String |
getLongDescription()
Gets the value of the attribute: LONG_DESCRIPTION. |
String |
getProperty(String key)
Supported API: false |
String |
getShortDescription()
Gets the value of the attribute: SHORT_DESCRIPTION. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String ABBREVIATED_DISPLAY
public static final String DISPLAY
public static final String FULL_DISPLAY
public static final String SHORT_DESCRIPTION
public static final String LONG_DESCRIPTION
private Dictionary properties
static final long serialVersionUID
Constructor Detail |
public LocalizedValues(Dictionary properties)
properties
- Method Detail |
public String getAbbreviatedDisplay()
public String getDisplay()
public String getFullDisplay()
public String getShortDescription()
public String getLongDescription()
public String getProperty(String key)
key
-
public void addProperty(String key, String value)
key
- value
- public Enumeration getKeys()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |