Uses of Interface
org.mockcentral.editor.nodes.expectation.operations.IEditExpectationOperationExecutions

Packages that use IEditExpectationOperationExecutions
org.mockcentral.editor.nodes.expectation Contains Plug-in-specific view components to handle user input and interact with the logical elements defined the MockCentralEditor-Core's corresponding package. 
org.mockcentral.editor.nodes.expectation.operations Contains Operation classes that define undoable operations relating to editing ExpectationNode data for the plug-in editor. 
 

Uses of IEditExpectationOperationExecutions in org.mockcentral.editor.nodes.expectation
 

Methods in org.mockcentral.editor.nodes.expectation with parameters of type IEditExpectationOperationExecutions
 void EditExpectationPartManager.setExecutions(IEditExpectationOperationExecutions executions)
          Sets the IEditExpectationOperationExecutions.
 

Uses of IEditExpectationOperationExecutions in org.mockcentral.editor.nodes.expectation.operations
 

Classes in org.mockcentral.editor.nodes.expectation.operations that implement IEditExpectationOperationExecutions
 class EditExpectationOperationExecutions
          A class providing execution code for Action instances defined in the EditExpectationPage class.