org.mockcentral.editor.nodes.expectation.wizard
Class EditExpectationWizardDialogSettingsManager

java.lang.Object
  extended by org.mockcentral.editor.wizards.WizardDialogSettingsManager
      extended by org.mockcentral.editor.nodes.expectation.wizard.EditExpectationWizardDialogSettingsManager

public class EditExpectationWizardDialogSettingsManager
extends WizardDialogSettingsManager

WizardDialogSettingsManager class preserving settings for use with an EditExpectaionWizard.

Author:
David Hutchinson

Field Summary
 
Fields inherited from class org.mockcentral.editor.wizards.WizardDialogSettingsManager
dialog, DIALOG_HEIGHT, DIALOG_LOCATION_SETTINGS, DIALOG_LOCATION_X, DIALOG_LOCATION_Y, DIALOG_SIZE_SETTINGS, DIALOG_WIDTH, settings
 
Constructor Summary
EditExpectationWizardDialogSettingsManager(org.eclipse.jface.wizard.WizardDialog dialog)
          Creates a new instance.
 
Method Summary
protected  void storeSettings(java.lang.String methodType)
          Stores the IDialogSettings for the wizard.
 
Methods inherited from class org.mockcentral.editor.wizards.WizardDialogSettingsManager
getBooleanSetting, getDialogLocation, getDialogSize, getInitialDialogLocation, getInitialDialogSize, getStringSetting, loadSettings, storeSizeAndLocationSettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditExpectationWizardDialogSettingsManager

public EditExpectationWizardDialogSettingsManager(org.eclipse.jface.wizard.WizardDialog dialog)
Creates a new instance.

Parameters:
dialog - the WizardDialog.
Method Detail

storeSettings

protected void storeSettings(java.lang.String methodType)
Stores the IDialogSettings for the wizard.

Parameters:
methodType - a String value used to preserve the current MockMethodType.