Package org.jupe.editors.classdiagram.model.validators

Contains validator classes that derive from org.eclipse.jface.viewers.ICellEditorValidator.

See:
          Description

Class Summary
AttributeMethodNameValidator A validator that checks if a String is a method name.
AttributeMethodNameValidatorTest  
ClassInterfaceNameValidator A validator that checks if a string is a valid caption of a class (ie class name).
ClassInterfaceNameValidatorTest  
InitialValueValidator Validator for the 'initial value' property of attributes.
InitialValueValidatorTest  
MultiplicityValidator A validator that checks if a string is a valid multiplicity.
MultiplicityValidatorTest  
ObjectNameValidator A validator that checks if a string is a valid object type.
ObjectNameValidatorTest  
PackageNameValidator A validator that checks if a String is a valid caption of a package (ie class name).
PackageNameValidatorTest  
ParameterListValidator A validator that checks, that a given parameter list looks like: "int number, String name".
ParameterListValidatorTest Test for ParameterListValidator.
TypeNameValidator Validator for user input of type names.
 

Package org.jupe.editors.classdiagram.model.validators Description

Contains validator classes that derive from org.eclipse.jface.viewers.ICellEditorValidator. Each class validates the user input for the value of a specific property. The validators can be used to test the input in the property table or to verify the correctness of a direct edit input (which is the change of a string directly in the class diagram using double click).