org.mockcentral.editor.nodes.fixture.wizard
Class EditFixtureWizardDialogSettingsManager

java.lang.Object
  extended by org.mockcentral.editor.wizards.WizardDialogSettingsManager
      extended by org.mockcentral.editor.nodes.fixture.wizard.EditFixtureWizardDialogSettingsManager

public class EditFixtureWizardDialogSettingsManager
extends WizardDialogSettingsManager

A WizardDialogSettingsManager class preserving settings for use with the EditFixtureWizard.

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
EditFixtureWizardDialogSettingsManager(org.eclipse.jface.wizard.WizardDialog dialog)
          Creates a new instance.
 
Method Summary
protected  void loadSettings(org.mockcentral.editor.nodes.fixture.FixtureDataBean bean)
          Loads the IDialogSettings into this instance and sets values on the supplied FixtureDataBean.
protected  void storeSettings(org.mockcentral.editor.nodes.fixture.FixtureDataBean bean)
          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

EditFixtureWizardDialogSettingsManager

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

Parameters:
dialog - the WizardDialog.
Method Detail

loadSettings

protected void loadSettings(org.mockcentral.editor.nodes.fixture.FixtureDataBean bean)
Loads the IDialogSettings into this instance and sets values on the supplied FixtureDataBean.

Parameters:
bean - the code>FixtureDataBean preserving wizard data.

storeSettings

protected void storeSettings(org.mockcentral.editor.nodes.fixture.FixtureDataBean bean)
Stores the IDialogSettings for the wizard.

Parameters:
bean - the code>FixtureDataBean preserving wizard data.