Uses of Class
org.mockcentral.editor.nodes.expectation.part.wizard.EditSignaturePartWizardDialog

Packages that use EditSignaturePartWizardDialog
org.mockcentral.editor.nodes.expectation.part.wizard Provides components used to display a wizard for creating or editing a method expectation element definition. 
 

Uses of EditSignaturePartWizardDialog in org.mockcentral.editor.nodes.expectation.part.wizard
 

Methods in org.mockcentral.editor.nodes.expectation.part.wizard that return EditSignaturePartWizardDialog
 EditSignaturePartWizardDialog AbstractFieldEditor.getDialog()
          Returns the EditSignaturePartWizardDialog.
protected  EditSignaturePartWizardDialog EditSignaturePartWizard.getDialog()
          Returns the EditSignaturePartWizardDialog.
 

Methods in org.mockcentral.editor.nodes.expectation.part.wizard that return types with arguments of type EditSignaturePartWizardDialog
 java.util.List<EditSignaturePartWizardDialog> EditSignaturePartWizardDialog.getEnclosingDialogs()
          Returns the list of enclosing instances.
 

Methods in org.mockcentral.editor.nodes.expectation.part.wizard with parameters of type EditSignaturePartWizardDialog
protected  void EditSignaturePartWizard.setDialog(EditSignaturePartWizardDialog dialog)
          Sets the EditSignaturePartWizardDialog.
 

Constructor parameters in org.mockcentral.editor.nodes.expectation.part.wizard with type arguments of type EditSignaturePartWizardDialog
ChildrenListEditor(AbstractFieldEditor editor, org.mockcentral.editor.nodes.fixture.FixtureNode fixtureNode, org.mockcentral.server.SignaturePartBean parent, java.util.List<org.mockcentral.server.SignaturePartBean> children, org.eclipse.swt.widgets.Composite parentComposite, java.util.List<EditSignaturePartWizardDialog> enclosingDialogs)
          Creates a new instance.