ValidatorManager.newManualValidator(org.eclipse.swt.widgets.Control control, int location)
Creates a validator for any other control with manual verification.
ValidatorManager.newValidator(org.eclipse.swt.widgets.Button control)
Creates a validator for a button in order to handle modified states.
ValidatorManager.newValidator(org.eclipse.swt.widgets.Combo control, String descr, boolean mustBeSpecified)
Creates a validator for a combo.
ValidatorManager.newValidator(org.eclipse.swt.widgets.Spinner control, String descr, int min, int max, int value, int textLimit)
Creates a validator for a spinner with a range and sets up the control.
ValidatorManager.newValidator(org.eclipse.swt.widgets.Text control, String descr, boolean mustBeSpecified)
Creates a validator for a text field.
ValidatorManager.newValidator(org.eclipse.swt.widgets.Tree control, String descr, boolean mustBeSpecified)
Creates a validator for a tree in order to handle modified states.
boolean
Called to validate a text based control.