Lines Matching refs:AbstractFormatterFactory

112  * 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</code> based on the
297 * then wrapped in an <code>AbstractFormatterFactory</code>.
309 * is placed in an <code>AbstractFormatterFactory</code>.
319 * <code>AbstractFormatterFactory</code>.
321 * @param factory AbstractFormatterFactory used for formatting.
323 public JFormattedTextField(AbstractFormatterFactory factory) {
330 * <code>AbstractFormatterFactory</code> and initial value.
332 * @param factory <code>AbstractFormatterFactory</code> used for
336 public JFormattedTextField(AbstractFormatterFactory factory,
391 * Sets the <code>AbstractFormatterFactory</code>.
392 * <code>AbstractFormatterFactory</code> is
397 * If you have not explicitly set an <code>AbstractFormatterFactory</code>
399 * <code>AbstractFormatterFactory</code> and consequently an
408 * @param tf <code>AbstractFormatterFactory</code> used to lookup
413 * description: AbstractFormatterFactory, responsible for returning an
416 public void setFormatterFactory(AbstractFormatterFactory tf) {
417 AbstractFormatterFactory oldFactory = factory;
425 * Returns the current <code>AbstractFormatterFactory</code>.
428 * @return <code>AbstractFormatterFactory</code> used to determine
431 public AbstractFormatterFactory getFormatterFactory() {
439 * <code>AbstractFormatterFactory</code> or set the value.
445 * <code>AbstractFormatterFactory</code>.
484 * <code>AbstractFormatterFactory</code>. If no
485 * <code>AbstractFormatterFactory</code> has been specified, this will
780 AbstractFormatterFactory factory = getFormatterFactory();
818 * Returns an AbstractFormatterFactory suitable for the passed in
821 private AbstractFormatterFactory getDefaultFormatterFactory(Object type) {
852 * Instances of <code>AbstractFormatterFactory</code> are used by
855 * <code>AbstractFormatterFactory</code> can return different
863 public static abstract class AbstractFormatterFactory {