Frames | No Frames |
Constructors with parameter type javax.swing.JFormattedTextField.AbstractFormatterFactory | |
Creates a JFormattedTextField with the specified formatter factory.
| |
JFormattedTextField.JFormattedTextField(JFormattedTextField.AbstractFormatterFactory factory, Object value) Creates a JFormattedTextField with the specified formatter factory and
initial value.
|
Methods with parameter type javax.swing.JFormattedTextField.AbstractFormatterFactory | |
void | Sets the factory from which this JFormattedTextField should obtain
its formatters.
|
Methods with return type javax.swing.JFormattedTextField.AbstractFormatterFactory | |
JFormattedTextField.AbstractFormatterFactory | Returns the factory currently used to generate formatters for this
JFormattedTextField.
|
Classes derived from javax.swing.JFormattedTextField.AbstractFormatterFactory | |
class | This class is Swing's only concrete implementation of
JFormattedTextField.AbstractFormatterFactory. |