be.ac.vub.cocompose.eclipse.model
Class IconValidator
java.lang.Object
be.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IconValidator
public IconValidator(RefinedElement subject)
- Creates an IconValidator.
isValid
public String isValid(Object value)
- Specified by:
isValid
in interface ICellEditorValidator
- See Also:
ICellEditorValidator.isValid(java.lang.Object)