|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.GUITools.GUIData
Acquires and holds the data for a GUI built from xml
| Constructor Summary | |
GUIData(java.lang.String fileName)
Read the xmlfile, process the w3c DOM document, and put the items into an Infolist and the namepairs into a Hashtable. |
|
| Method Summary | |
InfoList |
getInfoList()
Provide access the the InfoList for this GUIData |
java.util.Hashtable |
getNamePairs()
Provide access to the name pairs in the hash table |
java.lang.String |
getPairValueForName(java.lang.String name)
Get the corresponding value for the name from the name pairs |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GUIData(java.lang.String fileName)
fileName - is the xml file to read| Method Detail |
public InfoList getInfoList()
public java.util.Hashtable getNamePairs()
public java.lang.String getPairValueForName(java.lang.String name)
name - is the name to look up in the name pairs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||