Class CollectionTableModel.CollectionProperty
java.lang.Object
nl.tudelft.simulation.introspection.AbstractProperty
nl.tudelft.simulation.dsol.swing.introspection.gui.CollectionTableModel.CollectionProperty
- All Implemented Interfaces:
Property
- Enclosing class:
- CollectionTableModel
The CollectionProperty.
-
Constructor Summary
ConstructorDescriptionCollectionProperty
(Integer key, String name) This implementation is NOT thread-safe. -
Method Summary
Methods inherited from class nl.tudelft.simulation.introspection.AbstractProperty
getComponentType, getComposedType, 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, getComposedType, setValue
-
Constructor Details
-
CollectionProperty
This implementation is NOT thread-safe. When multiple users will edit the parent at the same time, errors are expected.- Parameters:
key
- Integer; the keyname
- String; the name
-
-
Method Details
-
getInstance
- Specified by:
getInstance
in interfaceProperty
-
getName
-
getType
-
getValue
-
isEditable
public boolean isEditable()- Specified by:
isEditable
in interfaceProperty
-
setRegularValue
- Specified by:
setRegularValue
in classAbstractProperty
-
toString
- Overrides:
toString
in classAbstractProperty
-