Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing
Class JFormattedTextField.AbstractFormatterFactory  view JFormattedTextField.AbstractFormatterFactory download JFormattedTextField.AbstractFormatterFactory.java

java.lang.Object
  extended byjavax.swing.JFormattedTextField.AbstractFormatterFactory
Enclosing class:
JFormattedTextField

public abstract static class JFormattedTextField.AbstractFormatterFactory
extends java.lang.Object

Delivers instances of an AbstractFormatter for a specific value type for a JFormattedTextField.


Constructor Summary
JFormattedTextField.AbstractFormatterFactory()
           
 
Method Summary
abstract  JFormattedTextField.AbstractFormatter getFormatter(JFormattedTextField tf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFormattedTextField.AbstractFormatterFactory

public JFormattedTextField.AbstractFormatterFactory()
Method Detail

getFormatter

public abstract JFormattedTextField.AbstractFormatter getFormatter(JFormattedTextField tf)