|
JSR-209 (Final Release) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.JFormattedTextField.AbstractFormatterFactory
Instances of AbstractFormatterFactory
are used by
JFormattedTextField
to obtain instances of
AbstractFormatter
which in turn are used to format values.
AbstractFormatterFactory
can return different
AbstractFormatter
s based on the state of the
JFormattedTextField
, perhaps returning different
AbstractFormatter
s when the
JFormattedTextField
has focus vs when it
doesn't have focus.
Constructor Summary | |
protected |
JFormattedTextField.AbstractFormatterFactory()
|
Method Summary | |
abstract JFormattedTextField.AbstractFormatter |
getFormatter(JFormattedTextField tf)
Returns an AbstractFormatter that can handle formatting
of the passed in JFormattedTextField . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected JFormattedTextField.AbstractFormatterFactory()
Method Detail |
public abstract JFormattedTextField.AbstractFormatter getFormatter(JFormattedTextField tf)
AbstractFormatter
that can handle formatting
of the passed in JFormattedTextField
.
tf
- JFormattedTextField requesting AbstractFormatter
|
JSR-209 (Final Release) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |