Uses of Class
org.mockcentral.editor.wizards.WizardDialogSettingsManager

Packages that use WizardDialogSettingsManager
org.mockcentral.editor.nodes.expectation.part.wizard Provides components used to display a wizard for creating or editing a method expectation element definition. 
org.mockcentral.editor.nodes.expectation.wizard Provides components used to display a wizard for creating or editing a Mock Object method expectation definition. 
org.mockcentral.editor.nodes.fixture.wizard Provides components used to display a wizard for creating or editing a Mock Objects Fixture definition. 
org.mockcentral.editor.nodes.mockobject.wizard Provides components used to display a wizard for creating or editing a Mock Object definition. 
 

Uses of WizardDialogSettingsManager in org.mockcentral.editor.nodes.expectation.part.wizard
 

Subclasses of WizardDialogSettingsManager in org.mockcentral.editor.nodes.expectation.part.wizard
 class EditSignaturepartWizardDialogSettingsManager
          A utility class used to manage storage and retrieval of dialog settings for the EditSignaturePartWizard and related classes.
 

Uses of WizardDialogSettingsManager in org.mockcentral.editor.nodes.expectation.wizard
 

Subclasses of WizardDialogSettingsManager in org.mockcentral.editor.nodes.expectation.wizard
 class EditExpectationWizardDialogSettingsManager
          WizardDialogSettingsManager class preserving settings for use with an EditExpectaionWizard.
 

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

Subclasses of WizardDialogSettingsManager in org.mockcentral.editor.nodes.fixture.wizard
 class EditFixtureWizardDialogSettingsManager
          A WizardDialogSettingsManager class preserving settings for use with the EditFixtureWizard.
 

Methods in org.mockcentral.editor.nodes.fixture.wizard that return WizardDialogSettingsManager
protected  WizardDialogSettingsManager EditFixtureWizard.getDialogSettingsManager()
          Returns the WizardDialogSettingsManager.
 

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

Subclasses of WizardDialogSettingsManager in org.mockcentral.editor.nodes.mockobject.wizard
 class EditMockObjectWizardDialogSettingsManager
          WizardDialogSettingsManager class preserving settings for use with the EditMockObjectWizard.
 

Methods in org.mockcentral.editor.nodes.mockobject.wizard that return WizardDialogSettingsManager
 WizardDialogSettingsManager EditMockObjectWizard.getDialogSettingsManager()
          Returns the WizardDialogSettingsManager.