Package org.mockcentral.editor.nodes.operations

Contains Operation classes that define undoable operations relating to editing MockCentralNode data for the plug-in editor.

See:
          Description

Class Summary
AddMultipleNodesOperation An Operation invoked on a MockCentralGroupNodeController instance to add multiple MockCentralNode instances to the list of children.
AddNodeOperation An AbstractOperation invoked on a MockCentralGroupNodeController instance to add a new MockCentralNode to the list of children.
DeleteNodeOperation An Operation invoked on a MockCentralGroupNodeController instance to delete one of the MockCentralNode instances in the list of children.
OperationsManager The class used to manage the operation history for the IUndoableOperation instances in this package.
SortNodesOperation An Operation invoked on a MockCentralGroupNodeController instance to sort the list of child nodes.
 

Package org.mockcentral.editor.nodes.operations Description

Contains Operation classes that define undoable operations relating to editing MockCentralNode data for the plug-in editor.