|
||||||||||
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.SelectionList
Temporary Object. Used for reading SelectionEntries from a XML-propertydefinition.
Constructor Summary | |
SelectionList()
Creates a new instance of SelectionList |
Method Summary | |
java.util.Vector |
getEntries()
Getter for property _entries. |
java.lang.String |
getName()
Getter for property _name. |
void |
setEntries(java.util.Vector _entries)
Setter for property _entries. |
void |
setName(java.lang.String _name)
Setter for property _name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelectionList()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String _name)
_name
- New value of property _name.public java.util.Vector getEntries()
public void setEntries(java.util.Vector _entries)
_entries
- New value of property _entries.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |