Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.JFormattedTextField.AbstractFormatterFactory
public abstract static class 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 | |
---|---|
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 |
---|
public 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
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the