Searched refs:AbstractFormatterFactory (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java112 * an instance of <code>JFormattedTextField.AbstractFormatterFactory</code>.
123 * queries the <code>AbstractFormatterFactory</code> for an
128 * <code>AbstractFormatterFactory</code> will not be queried until the
132 * <code>AbstractFormatterFactory</code> will not be querired when focus is
146 * If an <code>AbstractFormatterFactory</code> has not been explicitly
150 * <code>AbstractFormatterFactory</code> and <code>AbstractFormatter</code>
226 private AbstractFormatterFactory factory;
252 * Masked used to set the AbstractFormatterFactory.
271 * <code>AbstractFormatterFactory</code>. Use <code>setMask</code> or
284 * create an <code>AbstractFormatterFactory</cod
863 public static abstract class AbstractFormatterFactory { class in class:JFormattedTextField
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultFormatterFactory.java33 * <code>JFormattedTextField.AbstractFormatterFactory</code>.
75 public class DefaultFormatterFactory extends JFormattedTextField.AbstractFormatterFactory implements Serializable {

Completed in 32 milliseconds