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

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

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

Methods in org.mockcentral.editor.nodes.mockobject.wizard that return EditMockObjectWizardType
static EditMockObjectWizardType EditMockObjectWizardType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EditMockObjectWizardType[] EditMockObjectWizardType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mockcentral.editor.nodes.mockobject.wizard with parameters of type EditMockObjectWizardType
EditMockObjectWizard(org.mockcentral.editor.nodes.mockobject.MockObjectDataBean bean, org.mockcentral.editor.nodes.mockobject.IMockObjectDataManager dataManager, org.mockcentral.editor.nodes.expectation_group.IMethodsListEditor methodsListEditor, EditMockObjectWizardType wizardType)