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
ConstructorsConstructorDescriptionCollectionProperty(Integer key, String name) This implementation is NOT thread-safe. -
Method Summary
Methods inherited from class nl.tudelft.simulation.introspection.AbstractProperty
getComponentType, getComposedType, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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- the keyname- the name
-
-
Method Details
-
getInstance
- Specified by:
getInstancein interfaceProperty
-
getName
-
getType
-
getValue
-
isEditable
public boolean isEditable()- Specified by:
isEditablein interfaceProperty
-
setRegularValue
- Specified by:
setRegularValuein classAbstractProperty
-
toString
- Overrides:
toStringin classAbstractProperty
-