|
||||||||||
| 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.expectation.part.wizard.EditSignaturePartWizard
org.mockcentral.editor.nodes.expectation.part.wizard.AddConstructorArgsWizard
public class AddConstructorArgsWizard
An EditSignaturePartWizard subclass used to create and assign a
group of SignaturePartBean instances forming the Constructor
arguments for a parent instance. This wizard contains a single
ChooseConstructorPage.
| Field Summary |
|---|
| Fields inherited from class org.mockcentral.editor.nodes.expectation.part.wizard.EditSignaturePartWizard |
|---|
bean, canFinish |
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
AddConstructorArgsWizard(org.mockcentral.editor.nodes.fixture.FixtureNode fixtureNode,
org.mockcentral.server.SignaturePartBean bean)
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
addPages()
|
org.eclipse.jface.dialogs.IDialogSettings |
getDialogSettings()
|
boolean |
performFinish()
|
| Methods inherited from class org.mockcentral.editor.nodes.expectation.part.wizard.EditSignaturePartWizard |
|---|
canFinish, getDescription, getDialog, getDialogSettingsManager, getFixtureNode, isAllowRefs, setCanFinish, setDialog |
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, 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 AddConstructorArgsWizard(org.mockcentral.editor.nodes.fixture.FixtureNode fixtureNode,
org.mockcentral.server.SignaturePartBean bean)
bean - the SignaturePartBean to which Constructor
argment instances are to be added.| Method Detail |
|---|
public void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class EditSignaturePartWizardpublic boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class EditSignaturePartWizardpublic org.eclipse.jface.dialogs.IDialogSettings getDialogSettings()
getDialogSettings in interface org.eclipse.jface.wizard.IWizardgetDialogSettings in class org.eclipse.jface.wizard.Wizard
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||