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

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

Subclasses of AbstractFieldEditor in org.mockcentral.editor.nodes.expectation.part.wizard
 class CollectionFieldEditor
          Editor used to set values for SignaturepartBean instances modeling Collection value type objects.
 class ConstantFieldEditor
          Factory class for editors used to set values for SignaturepartBean instances modeling Enum and Constant value type objects.
 class InstanceFieldEditor
          Factory class for editors used to set values for SignaturepartBean instances modeling a new Class, Throwable or Array instance.
 class NullFieldEditor
          Empty AbstractFieldEditor to appear on the page when the value type of the currently edited SignaturepartBean is null.
 class ReferrableFieldEditor
          Factory class for editors used to set values for SignaturePartBean instances with Mock Object or Variable value types.
 class SimpleValueFieldEditor
          Factory class for editors used to set values for SignaturepartBean instances modeling primitive and wrapped primitive object types.
 

Methods in org.mockcentral.editor.nodes.expectation.part.wizard that return AbstractFieldEditor
protected  AbstractFieldEditor SelectSignaturePartTypePage.getCurrentEditor()
          Returns the currently displayed AbstractFieldEditor.
 

Constructors in org.mockcentral.editor.nodes.expectation.part.wizard with parameters of type AbstractFieldEditor
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.
ElementListSelector(AbstractFieldEditor editor, java.lang.String prompt, java.lang.String fieldName, boolean matchRequired, org.eclipse.swt.widgets.Composite parent, org.eclipse.jface.viewers.ILabelProvider labelProvider)
          Creates a new instance.