API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. JFormattedTextField.AbstractFormatterFactory View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Object
      JFormattedTextField.AbstractFormatterFactory
Implements
Subclasses
Description
publicabstractstatic abstract class JFormattedTextField.AbstractFormatterFactory
  Instances of AbstractFormatterFactory are used by JFormattedTextField to obtain instances of AbstractFormatter which in turn are used to format values.
See also:   
Constructors
public JFormattedTextField.AbstractFormatterFactory ()
Methods
Hide/Show inherited methods
publicabstract AbstractFormatter getFormatter (JFormattedTextField tf)
  Returns an AbstractFormatter that can handle formatting of the passed in JFormattedTextField.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar