|
||||||||||
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.PropertyList
Represents all properties for a class that are view- or changeable. Basicly its a collection of property-objects.
Constructor Summary | |
PropertyList()
Constructs a empty propertylist. |
|
PropertyList(java.lang.Class clientclass)
Constructs a empty propertylist for the given class. |
Method Summary | |
void |
add(Property property)
Adds a single property to this list. |
java.lang.Class |
getClientClass()
Returns the list's classobject, |
java.lang.String |
getClientClassName()
Returns the name of the clientclass. |
java.util.Vector |
getProperties()
Returns all properties as Vector. |
void |
setClientClassName(java.lang.String classname)
Sets the clientclassname. |
void |
setProperties(java.util.Vector properties)
Sets the properties of this list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyList()
public PropertyList(java.lang.Class clientclass)
clientclass
- The new list will hold the properties for this class.Method Detail |
public void setClientClassName(java.lang.String classname)
classname
- The new list will hold the properties for this class.public java.lang.String getClientClassName()
public java.lang.Class getClientClass()
public void add(Property property)
property
- Property to be addedpublic java.util.Vector getProperties()
public void setProperties(java.util.Vector properties)
properties
- Vector filled with properties.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |