Uses of Class
javax.swing.JFormattedTextField.AbstractFormatterFactory
Packages that use 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
Methods in javax.swing that return JFormattedTextField.AbstractFormatterFactoryModifier and TypeMethodDescriptionJFormattedTextField.getFormatterFactory()
Returns the currentAbstractFormatterFactory
.Methods in javax.swing with parameters of type JFormattedTextField.AbstractFormatterFactoryModifier and TypeMethodDescriptionvoid
JFormattedTextField.setFormatterFactory
(JFormattedTextField.AbstractFormatterFactory tf) Sets theAbstractFormatterFactory
.Constructors in javax.swing with parameters of type JFormattedTextField.AbstractFormatterFactoryModifierConstructorDescriptionCreates 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.textModifier and TypeClassDescriptionclass
An implementation ofJFormattedTextField.AbstractFormatterFactory
.