|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cbse.jeasy.JEObject
de.cbse.jeasy.JEString
public class JEString
Implements a String that is stored by a jeasy id.
You may use it to prevent from having messages or anything else defined inside the source.
Because of the local feature different languages of a string may be stored.
Properties :
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
JEString(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JEString(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
java.lang.String |
getString()
Gets the first string property. |
java.util.Vector |
getValues()
Gets all string properties as a Vector. |
void |
init()
Creates Java or SWING objects with the given properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEString(JELocaleProperties hm)
hm - HashMappublic JEString(JENode jen)
jen - JESaxParser| Method Detail |
|---|
public void init()
JEObject
init in class JEObjectpublic java.lang.String getString()
public java.util.Vector getValues()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||