Uses of Class
javax.swing.JFormattedTextField.AbstractFormatterFactory
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of JFormattedTextField.AbstractFormatterFactory in javax.swing
Modifier and TypeMethodDescriptionJFormattedTextField.getFormatterFactory()
Returns the currentAbstractFormatterFactory
.Modifier and TypeMethodDescriptionvoid
JFormattedTextField.setFormatterFactory
(JFormattedTextField.AbstractFormatterFactory tf) Sets theAbstractFormatterFactory
.ModifierConstructorDescriptionCreates 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
Modifier and TypeClassDescriptionclass
An implementation ofJFormattedTextField.AbstractFormatterFactory
.