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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.vinculum.processeditor.model.InArgumentNameValidator
All Implemented Interfaces:
org.eclipse.jface.viewers.ICellEditorValidator

public class InArgumentNameValidator
extends java.lang.Object
implements org.eclipse.jface.viewers.ICellEditorValidator


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

InArgumentNameValidator

public InArgumentNameValidator()
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