KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > NumberFormatter

javax.swing.text
Class NumberFormatter

java.lang.Object
  extended by javax.swing.JFormattedTextField.AbstractFormatter
      extended by javax.swing.text.DefaultFormatter
          extended by javax.swing.text.InternationalFormatter
              extended by javax.swing.text.NumberFormatter
All Implemented Interfaces:
Serializable, Cloneable
See Also:
Top Examples, Source Code, XMLEncoder, DefaultFormatter.setValueClass(java.lang.Class)

public NumberFormatter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NumberFormatter(NumberFormat format)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setFormat(Format format)
See Also:
InternationalFormatter
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags