Uses of Class
javax.swing.JFormattedTextField.AbstractFormatterFactory
Package | Description |
---|---|
javax.swing |
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
|
javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text
components.
|
-
Uses of JFormattedTextField.AbstractFormatterFactory in javax.swing
Methods in javax.swing that return JFormattedTextField.AbstractFormatterFactory Modifier and Type Method Description JFormattedTextField.AbstractFormatterFactory
JFormattedTextField. getFormatterFactory()
Returns the currentAbstractFormatterFactory
.Methods in javax.swing with parameters of type JFormattedTextField.AbstractFormatterFactory Modifier and Type Method Description void
JFormattedTextField. setFormatterFactory(JFormattedTextField.AbstractFormatterFactory tf)
Sets theAbstractFormatterFactory
.Constructors in javax.swing with parameters of type JFormattedTextField.AbstractFormatterFactory Constructor Description JFormattedTextField(JFormattedTextField.AbstractFormatterFactory factory)
Creates aJFormattedTextField
with the specifiedAbstractFormatterFactory
.JFormattedTextField(JFormattedTextField.AbstractFormatterFactory factory, Object currentValue)
Creates aJFormattedTextField
with the specifiedAbstractFormatterFactory
and initial value. -
Uses of JFormattedTextField.AbstractFormatterFactory in javax.swing.text
Subclasses of JFormattedTextField.AbstractFormatterFactory in javax.swing.text Modifier and Type Class Description class
DefaultFormatterFactory
An implementation ofJFormattedTextField.AbstractFormatterFactory
.