Uses of Class
javax.swing.JFormattedTextField
Packages that use JFormattedTextField
包
描述
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 in javax.swing
Methods in javax.swing that return JFormattedTextField修饰符和类方法描述protected JFormattedTextFieldJFormattedTextField.AbstractFormatter.getFormattedTextField()Returns the currentJFormattedTextFieldtheAbstractFormatteris installed on.JSpinner.DefaultEditor.getTextField()Returns theJFormattedTextFieldchild of this editor.Methods in javax.swing with parameters of type JFormattedTextField修饰符和类方法描述JFormattedTextField.AbstractFormatterFactory.getFormatter(JFormattedTextField tf) Returns anAbstractFormatterthat can handle formatting of the passed inJFormattedTextField.voidJFormattedTextField.AbstractFormatter.install(JFormattedTextField ftf) Installs theAbstractFormatteronto a particularJFormattedTextField. -
Uses of JFormattedTextField in javax.swing.text
Methods in javax.swing.text with parameters of type JFormattedTextField修饰符和类方法描述DefaultFormatterFactory.getFormatter(JFormattedTextField source) Returns either the default formatter, display formatter, editor formatter or null formatter based on the state of the JFormattedTextField.voidDefaultFormatter.install(JFormattedTextField ftf) Installs theDefaultFormatteronto a particularJFormattedTextField.voidInternationalFormatter.install(JFormattedTextField ftf) Installs theDefaultFormatteronto a particularJFormattedTextField.voidMaskFormatter.install(JFormattedTextField ftf) Installs theDefaultFormatteronto a particularJFormattedTextField.