Class DecimalFormatterFactory


  • public class DecimalFormatterFactory
    extends javax.swing.JFormattedTextField.AbstractFormatterFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      ChangeModifier and Type Method Description
      java.text.DecimalFormat getDecimalFormat()  
      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

      • DecimalFormatterFactory

        public DecimalFormatterFactory()
      • DecimalFormatterFactory

        public DecimalFormatterFactory​(java.lang.String formatPattern)
    • Method Detail

      • getDecimalFormat

        public java.text.DecimalFormat getDecimalFormat()
      • getFormatter

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