|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.wizards.WizardDialogSettingsManager
org.mockcentral.editor.nodes.fixture.wizard.EditFixtureWizardDialogSettingsManager
public class EditFixtureWizardDialogSettingsManager
A WizardDialogSettingsManager class preserving settings for use
with the EditFixtureWizard.
| 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 |
|---|
public EditFixtureWizardDialogSettingsManager(org.eclipse.jface.wizard.WizardDialog dialog)
dialog - the WizardDialog.| Method Detail |
|---|
protected void loadSettings(org.mockcentral.editor.nodes.fixture.FixtureDataBean bean)
IDialogSettings into this instance and sets values
on the supplied FixtureDataBean.
bean - the code>FixtureDataBean preserving wizard data.protected void storeSettings(org.mockcentral.editor.nodes.fixture.FixtureDataBean bean)
IDialogSettings for the wizard.
bean - the code>FixtureDataBean preserving wizard data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||