Class SimpleFormatterFactory


  • public class SimpleFormatterFactory
    extends javax.swing.JFormattedTextField.AbstractFormatterFactory
    An abstract formatter factory that always returns the same AbstractFormatter
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleFormatterFactory​(javax.swing.JFormattedTextField.AbstractFormatter formatter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JFormattedTextField.AbstractFormatter getFormatter​(javax.swing.JFormattedTextField tf)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleFormatterFactory

        public SimpleFormatterFactory​(javax.swing.JFormattedTextField.AbstractFormatter formatter)
    • Method Detail

      • getFormatter

        public javax.swing.JFormattedTextField.AbstractFormatter getFormatter​(javax.swing.JFormattedTextField tf)
        Specified by:
        getFormatter in class javax.swing.JFormattedTextField.AbstractFormatterFactory