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

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

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

Subclasses of EditSignaturePartWizard in org.mockcentral.editor.nodes.expectation.part.wizard
 class AddConstructorArgsWizard
          An EditSignaturePartWizard subclass used to create and assign a group of SignaturePartBean instances forming the Constructor arguments for a parent instance.
 

Methods in org.mockcentral.editor.nodes.expectation.part.wizard that return EditSignaturePartWizard
 EditSignaturePartWizard SelectSignaturePartTypePage.getWizard()
           
 

Constructors in org.mockcentral.editor.nodes.expectation.part.wizard with parameters of type EditSignaturePartWizard
SelectSignaturePartTypePage(EditSignaturePartWizard wizard, org.mockcentral.server.SignaturePartBean bean)
          Creates a new instance.
 

Uses of EditSignaturePartWizard in org.mockcentral.editor.nodes.fixture.wizard
 

Subclasses of EditSignaturePartWizard in org.mockcentral.editor.nodes.fixture.wizard
 class EditSimpleJNDIBoundObjectWizard
          An EditSignaturePartWizard used to create a simple (non-Mock) JNDI-bound Object for the current fixture.