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