org.softsmithy.lib.swing.text
Class DoubleFormatterFactory

java.lang.Object
  extended by javax.swing.JFormattedTextField.AbstractFormatterFactory
      extended by org.softsmithy.lib.swing.text.AbstractXNumberFormatterFactory
          extended by org.softsmithy.lib.swing.text.RealNumberFormatterFactory
              extended by org.softsmithy.lib.swing.text.DoubleFormatterFactory

public class DoubleFormatterFactory
extends RealNumberFormatterFactory

Author:
puce

Constructor Summary
DoubleFormatterFactory(DoubleFormatter formatter)
          Creates a new instance of WholeNumberFormatterFactory
 
Method Summary
 DoubleFormatter getDoubleFormatter()
           
 
Methods inherited from class org.softsmithy.lib.swing.text.RealNumberFormatterFactory
getFormatter, getRealNumberFormatter
 
Methods inherited from class org.softsmithy.lib.swing.text.AbstractXNumberFormatterFactory
getAbstractXNumberFormatter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleFormatterFactory

public DoubleFormatterFactory(DoubleFormatter formatter)
Creates a new instance of WholeNumberFormatterFactory

Method Detail

getDoubleFormatter

public DoubleFormatter getDoubleFormatter()


Copyright © 2002-2011 SoftSmithy. All Rights Reserved.