javax.swing
Class JFormattedTextField.AbstractFormatterFactory

java.lang.Object
  extended by 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.


Constructor Summary
JFormattedTextField.AbstractFormatterFactory()
           
 
Method Summary
abstract  JFormattedTextField.AbstractFormatter getFormatter(JFormattedTextField tf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFormattedTextField.AbstractFormatterFactory

public JFormattedTextField.AbstractFormatterFactory()
Method Detail

getFormatter

public abstract JFormattedTextField.AbstractFormatter getFormatter(JFormattedTextField tf)