public class AadlIdentifierInputValidator
extends java.lang.Object
implements org.eclipse.jface.dialogs.IInputValidator
Modifier and Type | Field and Description |
---|---|
static AadlIdentifierInputValidator |
DEFAULT
Singleton reference to a validator that does not check the input against
a list of forbidden names.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
isValid(java.lang.String newText)
Check that the given string is a legal AADL identifier.
|
public static final AadlIdentifierInputValidator DEFAULT
public java.lang.String isValid(java.lang.String newText)
isValid
in interface org.eclipse.jface.dialogs.IInputValidator