Package org.mockcentral.editor.nodes.expectation.part.wizard

Provides components used to display a wizard for creating or editing a method expectation element definition.

See:
          Description

Class Summary
AbstractFieldEditor Base class for the Composite classes used to edit SignaturePartBean data for specific value types.
AddConstructorArgsWizard An EditSignaturePartWizard subclass used to create and assign a group of SignaturePartBean instances forming the Constructor arguments for a parent instance.
ChildrenListEditor A class used to edit a list of SignaturePartBean child instances, for use by AbstractFieldEditor classes.
ChooseConstructorPage A WizardPage used to select a specific Constructor and SignaturePartBeanCreationStrategy for use in creating the list of SignaturePartBean instances modeling the Constructor arguments for an Instance value type.
CollectionFieldEditor Editor used to set values for SignaturepartBean instances modeling Collection value type objects.
ConstantFieldEditor Factory class for editors used to set values for SignaturepartBean instances modeling Enum and Constant value type objects.
ConstructorTableLabelProvider A simple TableLabelProvider used for displaying Constructors in a table.
EditSignaturePartWizard The Wizard class used for editing SignaturePartBean data.
EditSignaturePartWizardDialog The WizardDialog used with an EditSignaturePartWizard for editing SignaturePartBean data.
EditSignaturepartWizardDialogSettingsManager A utility class used to manage storage and retrieval of dialog settings for the EditSignaturePartWizard and related classes.
ElementListSelector A class used to select matching elements from a supplied array of Objects, for use by AbstractFieldEditor instances.
InstanceFieldEditor Factory class for editors used to set values for SignaturepartBean instances modeling a new Class, Throwable or Array instance.
NullFieldEditor Empty AbstractFieldEditor to appear on the page when the value type of the currently edited SignaturepartBean is null.
ReferrableFieldEditor Factory class for editors used to set values for SignaturePartBean instances with Mock Object or Variable value types.
SelectSignaturePartTypePage The WizardPage for an EditSignaturePartWizard used to display the controls for editing a SignaturePartBean instance.
SimpleValueFieldEditor Factory class for editors used to set values for SignaturepartBean instances modeling primitive and wrapped primitive object types.
 

Package org.mockcentral.editor.nodes.expectation.part.wizard Description

Provides components used to display a wizard for creating or editing a method expectation element definition.