org.mockcentral.editor.nodes.expectation.part.wizard
Class AddConstructorArgsWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.mockcentral.editor.nodes.expectation.part.wizard.EditSignaturePartWizard
          extended by org.mockcentral.editor.nodes.expectation.part.wizard.AddConstructorArgsWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class AddConstructorArgsWizard
extends EditSignaturePartWizard

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.

Author:
David Hutchinson

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

AddConstructorArgsWizard

public AddConstructorArgsWizard(org.mockcentral.editor.nodes.fixture.FixtureNode fixtureNode,
                                org.mockcentral.server.SignaturePartBean bean)
Creates a new instance.

Parameters:
bean - the SignaturePartBean to which Constructor argment instances are to be added.
Method Detail

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class EditSignaturePartWizard

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Overrides:
performFinish in class EditSignaturePartWizard

getDialogSettings

public org.eclipse.jface.dialogs.IDialogSettings getDialogSettings()
Specified by:
getDialogSettings in interface org.eclipse.jface.wizard.IWizard
Overrides:
getDialogSettings in class org.eclipse.jface.wizard.Wizard