Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor.model
Class OutArgumentNameValidator  view OutArgumentNameValidator download OutArgumentNameValidator.java

java.lang.Object
  extended bycom.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


Constructor Summary
OutArgumentNameValidator()
           
 
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
 

Constructor Detail

OutArgumentNameValidator

public OutArgumentNameValidator()
Method Detail

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