Package org.mockcentral.editor.nodes.fixture.wizard

Provides components used to display a wizard for creating or editing a Mock Objects Fixture definition.

See:
          Description

Class Summary
EditFixtureDataPage The WizardPage used to edit the name and description for a Mock Objects Fixture in an EditFixtureWizard.
EditFixtureImportsPage The WizardPage used to edit the imports list for a Mock Objects Fixture in an EditFixtureWizard.
EditFixtureWizard A Wizard used to edit data for a Mock Object fixture.
EditFixtureWizardDialog The WizardDialog for use with EditFixtureWizard instances.
EditFixtureWizardDialogSettingsManager A WizardDialogSettingsManager class preserving settings for use with the EditFixtureWizard.
EditSimpleJNDIBoundObjectWizard An EditSignaturePartWizard used to create a simple (non-Mock) JNDI-bound Object for the current fixture.
SetJndiNamePage A WizardPage used to set the JNDI name for a simple (non-Mock) Object, for use with the AddSimpleJndiBoundObjectWizard.
 

Enum Summary
EditFixtureWizardType An enum specifying types of editing tasks performed using a EditFixtureWizard, specifically whether a newly created fixture is being built, a copied/pasted instance is being set up or an edit is being performed on a previously created fixture.
 

Package org.mockcentral.editor.nodes.fixture.wizard Description

Provides components used to display a wizard for creating or editing a Mock Objects Fixture definition.