| Frames | No Frames |
Constructors with parameter type javax.swing.JFormattedTextField.AbstractFormatter | |
Creates a JFormattedTextField with the specified formatter. | |
Methods with parameter type javax.swing.JFormattedTextField.AbstractFormatter | |
| void | Sets the formatter for this JFormattedTextField. |
Methods with return type javax.swing.JFormattedTextField.AbstractFormatter | |
| JFormattedTextField.AbstractFormatter | Returns the current formatter used for this JFormattedTextField.
|
| JFormattedTextField.AbstractFormatter | |
Classes derived from javax.swing.JFormattedTextField.AbstractFormatter | |
| class | DateFormatter is an InternationalFormatter
that implements value to string and string to value conversion via
an instance of DateFormat.
|
| class | The DefaultFormatter is a concrete formatter for use in
JFormattedTextFields.
|
| class | This extends DefaultFormatter so that the value to string
conversion is done via a Format object. |
| class | |
| class | NumberFormatter is an InternationalFormatter
that implements value to string and string to value conversion via
an instance of NumberFormat.
|
Methods with parameter type javax.swing.JFormattedTextField.AbstractFormatter | |
| void | Sets the formatted to be used if no other appropriate non-null formatter
can be found.
|
| void | Sets the displayFormatter. |
| void | Sets the editFormatter. |
| void | Sets the nullFormatter. |
Methods with return type javax.swing.JFormattedTextField.AbstractFormatter | |
| JFormattedTextField.AbstractFormatter | Returns the formatted to be used if no other appropriate non-null
formatter can be found.
|
| JFormattedTextField.AbstractFormatter | Gets the displayFormatter. |
| JFormattedTextField.AbstractFormatter | Gets the editFormatter. |
| JFormattedTextField.AbstractFormatter | Returns the appropriate formatter based on the state of
tf. |
| JFormattedTextField.AbstractFormatter | Gets the formatter to use if the value of the JFormattedTextField is null.
|