java.lang.Object
com.vinculum.processeditor.model.OutArgumentNameValidator
- All Implemented Interfaces:
- org.eclipse.jface.viewers.ICellEditorValidator
- public class OutArgumentNameValidator
- extends java.lang.Object
- implements org.eclipse.jface.viewers.ICellEditorValidator
|
Method Summary |
java.lang.String |
isValid(java.lang.Object value)
Returns a string indicating whether the given value is valid;
null means valid, and non-null means
invalid, with the result being the error message to display
to the end user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutArgumentNameValidator
public OutArgumentNameValidator()
isValid
public java.lang.String isValid(java.lang.Object value)
- Description copied from interface:
org.eclipse.jface.viewers.ICellEditorValidator
- Returns a string indicating whether the given value is valid;
null means valid, and non-null means
invalid, with the result being the error message to display
to the end user.
- Specified by:
isValid in interface org.eclipse.jface.viewers.ICellEditorValidator