|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.mockcentral.editor.nodes.fixture.wizard.EditFixtureWizard
public class EditFixtureWizard
A Wizard used to edit data for a Mock Object fixture. This
wizard and the other classes in the package are used to set the fixture name,
description and list of imported instances for new, edited and copied/pasted
fixtures.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
EditFixtureWizard(org.mockcentral.editor.nodes.fixture.FixtureDataBean bean,
org.mockcentral.editor.nodes.fixture_group.FixtureNameValidator validator,
org.mockcentral.editor.viewers.MockCentralTableModel<org.mockcentral.editor.nodes.MockCentralNode> importableFixturesModel,
EditFixtureWizardType wizardType)
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
addPages()
|
protected void |
createSettings(org.eclipse.jface.wizard.WizardDialog dialog)
Creates the dialog settings manager. |
protected WizardDialogSettingsManager |
getDialogSettingsManager()
Returns the WizardDialogSettingsManager. |
boolean |
performFinish()
|
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditFixtureWizard(org.mockcentral.editor.nodes.fixture.FixtureDataBean bean,
org.mockcentral.editor.nodes.fixture_group.FixtureNameValidator validator,
org.mockcentral.editor.viewers.MockCentralTableModel<org.mockcentral.editor.nodes.MockCentralNode> importableFixturesModel,
EditFixtureWizardType wizardType)
bean - the FixtureDataBean storing the data.validator - the FixtureNameValidator used to check the
fixture name.importableFixturesModel - the MockCentralTableModel
modeling the list of importable fixtures.wizardType - the EditFixtureWizardType indicating
whether the fixure is newly created, copied and pasted or already existed
and is being modified.| Method Detail |
|---|
public void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardpublic boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizardprotected void createSettings(org.eclipse.jface.wizard.WizardDialog dialog)
dialog - the WizardDialog.protected WizardDialogSettingsManager getDialogSettingsManager()
WizardDialogSettingsManager.
WizardDialogSettingsManager.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||