org.topbraidcomposer.ui.util
Class URLInputValidator

java.lang.Object
  extended by org.topbraidcomposer.ui.util.URLInputValidator
All Implemented Interfaces:
org.eclipse.jface.dialogs.IInputValidator

public class URLInputValidator
extends java.lang.Object
implements org.eclipse.jface.dialogs.IInputValidator


Constructor Summary
URLInputValidator()
           
 
Method Summary
 java.lang.String isValid(java.lang.String newText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLInputValidator

public URLInputValidator()
Method Detail

isValid

public java.lang.String isValid(java.lang.String newText)
Specified by:
isValid in interface org.eclipse.jface.dialogs.IInputValidator