EClass DeletableObjectA (abstract)

Defines a deletable object. Handles if an object is deletable and how.

ePackage:

displayableObjects

inherited by:

Vertex, Edge, SubVertex

EAttributes

isDeletable (EBoolean)

Defines whether the object is deletable by the user.

EReferences

onDeletion (CompoundCmd) (lowerBound=0, upperBound=1) (containment)

If not set, default deletion is conducted. This removes the selected object from it’s parent composition. Different handling for single-value and multi-value features are automatically managed. Most users stick to the default handling.

For special cases, individual deletion commands can be defined.