org.mockcentral.editor.nodes.mockobject_group
Class EditMockObjectGroupActions

java.lang.Object
  extended by org.mockcentral.editor.nodes.mockobject_group.EditMockObjectGroupActions
All Implemented Interfaces:
IEditMockObjectGroupActions

public class EditMockObjectGroupActions
extends java.lang.Object
implements IEditMockObjectGroupActions

A class used to display a wizard for creating a new Mock Object.

Author:
David Hutchinson

Constructor Summary
EditMockObjectGroupActions(org.mockcentral.editor.viewers.IMockCentralNodeGroupViewer page)
          Creates a new instance.
 
Method Summary
 void setMockObjectGroupModel(org.mockcentral.editor.nodes.mockobject_group.MockObjectGroupModel nodeModel)
          Sets the MockObjectGroupModel.
 void showCreateNewMockObjectWizard()
          Shows a wizard for creating a new Mock Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditMockObjectGroupActions

public EditMockObjectGroupActions(org.mockcentral.editor.viewers.IMockCentralNodeGroupViewer page)
Creates a new instance.

Parameters:
page - the IMockCentralNodeGroupViewer.
Method Detail

setMockObjectGroupModel

public void setMockObjectGroupModel(org.mockcentral.editor.nodes.mockobject_group.MockObjectGroupModel nodeModel)
Description copied from interface: IEditMockObjectGroupActions
Sets the MockObjectGroupModel.

Specified by:
setMockObjectGroupModel in interface IEditMockObjectGroupActions
Parameters:
nodeModel - the MockObjectGroupModel to set.

showCreateNewMockObjectWizard

public void showCreateNewMockObjectWizard()
Description copied from interface: IEditMockObjectGroupActions
Shows a wizard for creating a new Mock Object.

Specified by:
showCreateNewMockObjectWizard in interface IEditMockObjectGroupActions