Class Summary |
AbstractObjectEditor |
|
ActionDefinition |
This abstract class is the foundation for the set of classes which define the atomic actions for the
ModificationAction class. |
AddNamedObject |
This action definition specifies that the value of a named object reference in the target should be
changed from the current object to a new object. |
AddObject |
This action definition specifies that an object is to be added to the target. |
AttributeDefinition |
|
BasicModificationActionQueue |
This class is the basic and default implementation of the ModificationActionQueue interface. |
ClassDefinition |
|
CreateObject |
This action definition specifies that an object is to be added to the target. |
DestroyObject |
This action definition specifies that an object is to be added to the target. |
ExchangeBoolean |
|
ExchangeNamedObject |
This action definition specifies that the value of a named object reference in the target should be
changed from the current object to a new object. |
ExchangeObject |
This action definition specifies that the value of an object reference in the target should be changed
from the current object to a new object. |
ExchangePrimitive |
|
RemoveNamedObject |
This action definition specifies that a named object is to be removed from the target. |
RemoveObject |
This action definition specifies that an object is to be removed from the target. |
TargetedActionDefinition |
|