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

Packages that use SelectSignaturePartTypePage
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 SelectSignaturePartTypePage in org.mockcentral.editor.nodes.expectation.part.wizard
 

Fields in org.mockcentral.editor.nodes.expectation.part.wizard declared as SelectSignaturePartTypePage
protected  SelectSignaturePartTypePage AbstractFieldEditor.page
          The SelectSignatureParTypetPage for the wizard.
 

Constructors in org.mockcentral.editor.nodes.expectation.part.wizard with parameters of type SelectSignaturePartTypePage
AbstractFieldEditor(SelectSignaturePartTypePage page, org.mockcentral.server.SignaturePartBean bean, org.eclipse.swt.widgets.Composite parent)
          Creates a new instance.
CollectionFieldEditor(SelectSignaturePartTypePage page, org.mockcentral.editor.nodes.fixture.FixtureNode fixtureNode, org.mockcentral.server.SignaturePartBean bean, org.eclipse.swt.widgets.Composite parent)
          Creates a new instance.
ConstantFieldEditor(SelectSignaturePartTypePage page, org.mockcentral.server.SignaturePartBean bean, org.eclipse.swt.widgets.Composite parent)
          Creates a new instance.
InstanceFieldEditor(SelectSignaturePartTypePage page, org.mockcentral.server.SignaturePartBean bean, org.eclipse.swt.widgets.Composite parent, org.mockcentral.editor.nodes.fixture.FixtureNode fixtureNode)
          Creates a new instance.
NullFieldEditor(SelectSignaturePartTypePage page, org.mockcentral.server.SignaturePartBean bean, org.eclipse.swt.widgets.Composite parent)
          Creates a new instance.
ReferrableFieldEditor(SelectSignaturePartTypePage page, org.mockcentral.server.SignaturePartBean bean, org.eclipse.swt.widgets.Composite parent, org.mockcentral.editor.nodes.fixture.FixtureNode fixtureNode)
          Creates a new instance.