be.ac.vub.cocompose.eclipse.model
Class IconValidator

java.lang.Object
  extended bybe.ac.vub.cocompose.eclipse.model.IconValidator
All Implemented Interfaces:
ICellEditorValidator

public class IconValidator
extends Object
implements ICellEditorValidator

Validates CoCompose RefinedElement icon URIs.

Since:
0.2.1
Version:
0.2.4, 22/01/2004
Author:
Dennis Wagelaar

Constructor Summary
IconValidator(RefinedElement subject)
          Creates an IconValidator.
 
Method Summary
 String isValid(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconValidator

public IconValidator(RefinedElement subject)
Creates an IconValidator.

Method Detail

isValid

public String isValid(Object value)
Specified by:
isValid in interface ICellEditorValidator
See Also:
ICellEditorValidator.isValid(java.lang.Object)