Class UnitFormatterFactory


  • public final class UnitFormatterFactory
    extends javax.swing.JFormattedTextField.AbstractFormatterFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      UnitFormatterFactory​(javax.swing.JFormattedTextField.AbstractFormatterFactory delegateFactory, java.lang.String units)  
    • 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

      • UnitFormatterFactory

        public UnitFormatterFactory​(javax.swing.JFormattedTextField.AbstractFormatterFactory delegateFactory,
                                    java.lang.String units)
    • Method Detail

      • getFormatter

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