Uses of Class
org.mockcentral.editor.nodes.mockobject.wizard.EditMockObjectWizard

Packages that use EditMockObjectWizard
org.mockcentral.editor.nodes.mockobject.wizard Provides components used to display a wizard for creating or editing a Mock Object definition. 
 

Uses of EditMockObjectWizard in org.mockcentral.editor.nodes.mockobject.wizard
 

Constructors in org.mockcentral.editor.nodes.mockobject.wizard with parameters of type EditMockObjectWizard
AddMethodExpectationsPage(EditMockObjectWizard wizard, boolean isNewMockObject, org.mockcentral.editor.nodes.expectation_group.MockableMethodsTableModelBuilder methodsBuilder, org.mockcentral.editor.nodes.expectation.MethodNameValidator methodNameValidator)
          Creates a new instance.
EditMockObjectDataPage(EditMockObjectWizard wizard, org.mockcentral.editor.nodes.mockobject.IMockObjectDataManager dataManager, boolean isCopied)
          Creates a new instance.
SetMethodDetailsPage(EditMockObjectWizard wizard, boolean isNewMockObject)
          Creates a new instance.