de.tu_berlin.cs.tfs.muvitorkit.properties
Class NumberCellEditorValidator
java.lang.Object
de.tu_berlin.cs.tfs.muvitorkit.properties.NumberCellEditorValidator
- All Implemented Interfaces:
- ICellEditorValidator
public class NumberCellEditorValidator
- extends Object
- implements ICellEditorValidator
Validator for Strings being castable to an Integer.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberCellEditorValidator
public NumberCellEditorValidator(boolean positive)
instance
public static NumberCellEditorValidator instance(boolean positive)
isValid
public String isValid(Object value)
- Specified by:
isValid
in interface ICellEditorValidator