Uses of Interface
org.mockcentral.editor.nodes.fixture.IEditFixtureActions

Packages that use IEditFixtureActions
org.mockcentral.editor.nodes.fixture Contains Plug-in-specific view components to handle user input and interact with the logical elements defined the MockCentralEditor-Core's corresponding package. 
 

Uses of IEditFixtureActions in org.mockcentral.editor.nodes.fixture
 

Classes in org.mockcentral.editor.nodes.fixture that implement IEditFixtureActions
 class EditFixtureActions
          A class used to create and run the editing actions for the EditFixturePage.
 

Methods in org.mockcentral.editor.nodes.fixture with parameters of type IEditFixtureActions
 void EditFixturePage.setEditActions(IEditFixtureActions editActions)
          Sets the editActions.