Class NamespaceValidator<T>
java.lang.Object
net.mcreator.ui.validation.validators.RegistryNameValidator
net.mcreator.ui.validation.validators.NamespaceValidator<T>
- All Implemented Interfaces:
Validator
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.mcreator.ui.validation.Validator
Validator.ValidationResult, Validator.ValidationResultType
-
Field Summary
Fields inherited from class net.mcreator.ui.validation.validators.RegistryNameValidator
name
-
Constructor Summary
ConstructorDescriptionNamespaceValidator
(VComboBox<T> holder) NamespaceValidator
(VTextField holder) -
Method Summary
Methods inherited from class net.mcreator.ui.validation.validators.RegistryNameValidator
getText, isLCLetterOrDigit, setAllowEmpty, setMaxLength, setValidChars, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.mcreator.ui.validation.Validator
validateIfEnabled
-
Constructor Details
-
NamespaceValidator
-
NamespaceValidator
-