|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.openai.ai.nn.gui.properties.PropertyHandler
Mainclass of the propertysystem. Reads and holds property- and selectionlists.
Constructor Summary | |
PropertyHandler()
Constructs a new (empty) propertyhandler |
Method Summary | |
void |
addPropertyDefinition(java.lang.String path)
Reads and umarshalls a XML-propertydescription. |
static PropertyList |
getPropertyList(java.lang.Object client)
Searches in the internal propertylist's for a maching definition. |
static java.util.Vector |
getSelectionList(java.lang.String name)
Returns a selectionlist (for i.E. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyHandler()
Method Detail |
public void addPropertyDefinition(java.lang.String path)
public static PropertyList getPropertyList(java.lang.Object client)
client
- Clientobject thats the source for the propertyvalues
public static java.util.Vector getSelectionList(java.lang.String name)
name
- Name of the selectionlist to be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |