Package gaiasky.util.validator
Class ExistingLocationValidator
java.lang.Object
gaiasky.util.validator.CallbackValidator
gaiasky.util.validator.ExistingLocationValidator
- All Implemented Interfaces:
IValidator
public class ExistingLocationValidator extends CallbackValidator
-
Constructor Summary
Constructors Constructor Description ExistingLocationValidator(SceneGraphNode parent)
-
Method Summary
Modifier and Type Method Description protected boolean
validateLocal(java.lang.String value)
Methods inherited from class gaiasky.util.validator.CallbackValidator
getParent, runIsInvalidCallback, runIsValidCallback, setIsInvalidCallback, setIsValidCallback, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExistingLocationValidator
-
-
Method Details
-
validateLocal
protected boolean validateLocal(java.lang.String value)- Specified by:
validateLocal
in classCallbackValidator
-