Uses of Class
org.mockcentral.editor.nodes.mockobject.wizard.EditMockObjectWizardError

Packages that use EditMockObjectWizardError
org.mockcentral.editor.nodes.mockobject.wizard Provides components used to display a wizard for creating or editing a Mock Object definition. 
 

Uses of EditMockObjectWizardError in org.mockcentral.editor.nodes.mockobject.wizard
 

Methods in org.mockcentral.editor.nodes.mockobject.wizard that return EditMockObjectWizardError
static EditMockObjectWizardError EditMockObjectWizardError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EditMockObjectWizardError[] EditMockObjectWizardError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mockcentral.editor.nodes.mockobject.wizard with parameters of type EditMockObjectWizardError
protected  void EditMockObjectWizard.updateError(EditMockObjectWizardError error, boolean add)
          Adds or removes the supplied EditMockObjectWizardError from the set of error indications.