Uses of Class
org.mockcentral.editor.nodes.fixture.wizard.EditFixtureWizardType

Packages that use EditFixtureWizardType
org.mockcentral.editor.nodes.fixture.wizard Provides components used to display a wizard for creating or editing a Mock Objects Fixture definition. 
 

Uses of EditFixtureWizardType in org.mockcentral.editor.nodes.fixture.wizard
 

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

Constructors in org.mockcentral.editor.nodes.fixture.wizard with parameters of type EditFixtureWizardType
EditFixtureWizard(org.mockcentral.editor.nodes.fixture.FixtureDataBean bean, org.mockcentral.editor.nodes.fixture_group.FixtureNameValidator validator, org.mockcentral.editor.viewers.MockCentralTableModel<org.mockcentral.editor.nodes.MockCentralNode> importableFixturesModel, EditFixtureWizardType wizardType)
          Creates a new instance.