|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use JTextFieldValidator | |
|---|---|
| com.sas.swing.visuals | com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. |
| com.sas.swing.visuals.util | Utility classes for com.sas.swing.visuals. |
| Uses of JTextFieldValidator in com.sas.swing.visuals |
|---|
| Fields in com.sas.swing.visuals declared as JTextFieldValidator | |
|---|---|
protected JTextFieldValidator |
JComponentCustomizerPanel.heightValidator
|
protected JTextFieldValidator |
FontPanel.validator
|
protected JTextFieldValidator |
JComponentCustomizerPanel.widthValidator
|
protected JTextFieldValidator |
JComponentCustomizerPanel.xValidator
|
protected JTextFieldValidator |
JComponentCustomizerPanel.yValidator
|
| Uses of JTextFieldValidator in com.sas.swing.visuals.util |
|---|
| Methods in com.sas.swing.visuals.util that return JTextFieldValidator | |
|---|---|
static JTextFieldValidator |
ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField)
Adds a validator to the JTextField, the default validator being a BoundedLong with Integer.MIN_VALUE and Integer.MAX_VALUE as its limits. |
static JTextFieldValidator |
ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField,
double minValue,
double maxValue)
Adds a validator to the JTextField, the validator being a BoundedDouble with minValue and maxValue as its limits. |
static JTextFieldValidator |
ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField,
double minValue,
double maxValue,
java.lang.String errorMessage)
Adds a validator to the JTextField, the validator being a BoundedDouble with minValue and maxValue as its limits. |
static JTextFieldValidator |
ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField,
int minValue,
int maxValue)
Adds a validator to the JTextField, the validator being a BoundedLong with minValue and maxValue as its limits. |
static JTextFieldValidator |
ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField,
int minValue,
int maxValue,
java.lang.String errorMessage)
Adds a validator to the JTextField, the validator being a BoundedLong with minValue and maxValue as its limits. |
static JTextFieldValidator |
ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField,
ValidationInterface validator)
Adds a validator to the JTextField, the validator being the instance of the ValidationInterface passed in. |
static JTextFieldValidator |
ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField,
ValidationInterface validator,
GenericErrorHandlerInterface errorHandler)
Adds a validator to the JTextField, the validator being the instance of the ValidationInterface passed in. |
static JTextFieldValidator |
ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField,
ValidationInterface validator,
java.lang.String errorMessage)
Adds a validator to the JTextField, the validator being the instance of the ValidationInterface passed in. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||