|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.introspection.AbstractProperty
nl.tudelft.simulation.introspection.gui.CollectionTableModel.CollectionProperty
The CollectionProperty
| Constructor Summary | |
CollectionTableModel.CollectionProperty(java.lang.Integer key,
java.lang.String name)
This implementation is NOT thread-safe. |
|
| Method Summary | |
java.lang.Object |
getInstance()
Retrieves the introspected object, which contains this Property. |
java.lang.String |
getName()
Retrieves the name of the property. |
java.lang.Class |
getType()
Returns the type of this property's value. |
java.lang.Object |
getValue()
Returns the current value of this property. |
boolean |
isEditable()
Returns whether the value of this property may be altered. |
protected void |
setRegularValue(java.lang.Object value)
Method used to set a regular (i.e. |
java.lang.String |
toString()
|
| Methods inherited from class nl.tudelft.simulation.introspection.AbstractProperty |
getComponentType, isCollection, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface nl.tudelft.simulation.introspection.Property |
getComponentType, isCollection, setValue |
| Constructor Detail |
public CollectionTableModel.CollectionProperty(java.lang.Integer key,
java.lang.String name)
key - the keyname - the name| Method Detail |
public java.lang.Object getInstance()
Property
getInstance in interface PropertyProperty.getInstance()public java.lang.String getName()
Property
getName in interface PropertyProperty.getName()public java.lang.Class getType()
Property
getType in interface PropertyProperty.getType()public java.lang.Object getValue()
Property
getValue in interface PropertyProperty.getValue()public boolean isEditable()
Property
isEditable in interface PropertyProperty.isEditable()protected void setRegularValue(java.lang.Object value)
AbstractProperty
setRegularValue in class AbstractPropertyvalue - the new valueAbstractProperty.setRegularValue(java.lang.Object)public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||