org.mockcentral.editor.nodes.mockobject
Class EditMockObjectActions

java.lang.Object
  extended by org.mockcentral.editor.nodes.actions.AbstractNodeEditingActions
      extended by org.mockcentral.editor.nodes.mockobject.EditMockObjectActions

public class EditMockObjectActions
extends AbstractNodeEditingActions

A class used to create and run the editing actions for the EditMockObjectPage.

Author:
David Hutchinson

Field Summary
 
Fields inherited from class org.mockcentral.editor.nodes.actions.AbstractNodeEditingActions
operationHistory, undoContext
 
Constructor Summary
EditMockObjectActions()
           
 
Method Summary
 void setNodeModel(org.mockcentral.editor.nodes.mockobject.MockObjectModel mockObjectModel)
          Sets the mockObjectModel.
 void showEditMockObjectDataDialog()
          Shows a dialog for editing the Mock Object name and/or interface.
 
Methods inherited from class org.mockcentral.editor.nodes.actions.AbstractNodeEditingActions
getOperationHistory, getUndoContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditMockObjectActions

public EditMockObjectActions()
Method Detail

setNodeModel

public void setNodeModel(org.mockcentral.editor.nodes.mockobject.MockObjectModel mockObjectModel)
Sets the mockObjectModel.

Parameters:
mockObjectModel - the mockObjectModel to set.

showEditMockObjectDataDialog

public void showEditMockObjectDataDialog()
Shows a dialog for editing the Mock Object name and/or interface.