javax.swing
Class JFormattedTextField.AbstractFormatterFactory
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatterFactory
- Direct Known Subclasses:
- DefaultFormatterFactory
- Enclosing class:
- JFormattedTextField
public abstract static class JFormattedTextField.AbstractFormatterFactory
- extends Object
Delivers instances of an JFormattedTextField.AbstractFormatter
for
a specific value type for a JFormattedTextField.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JFormattedTextField.AbstractFormatterFactory
public JFormattedTextField.AbstractFormatterFactory()
getFormatter
public abstract JFormattedTextField.AbstractFormatter getFormatter(JFormattedTextField tf)