java.lang.Objectjavax.swing.JFormattedTextField.AbstractFormatter
javax.swing.text.DefaultFormatter
javax.swing.text.InternationalFormatter
javax.swing.text.DateFormatter
All Implemented Interfaces:
Cloneable, Serializable
Direct Known Subclasses:
DateEditorFormatter
InternationalFormatter
that does its
formatting by way of an instance of java.text.DateFormat
.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans
package.
Please see java.beans.XMLEncoder .
1.4
- Fields inherited from javax.swing.text.DefaultFormatter: |
---|
replaceHolder |
Constructor: |
---|
new DateFormatter(DateFormat.getDateInstance()) . |
Format instance.
|
Method from javax.swing.text.DateFormatter Summary: |
---|
adjustValue, getAdjustField, getSupportsIncrement, setFormat |
Methods from javax.swing.text.InternationalFormatter: |
---|
adjustValue, canIncrement, canReplace, clone, getActions, getAdjustField, getAttributeStart, getAttributes, getBufferedChar, getFields, getFormat, getIterator, getLiteral, getLiteralCountTo, getMaximum, getMinimum, getReplaceHolder, getSupportsIncrement, install, isLiteral, isLiteral, isNavigatable, isValidMask, isValidValue, replace, replace, resetValue, selectField, setFormat, setMaximum, setMinimum, stringToValue, stringToValue, updateMask, updateMaskIfNecessary, updateValue, valueToString |
Methods from javax.swing.JFormattedTextField$AbstractFormatter: |
---|
clone, getActions, getDocumentFilter, getFormattedTextField, getNavigationFilter, install, invalidEdit, setEditValid, stringToValue, uninstall, valueToString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.swing.text.DateFormatter Detail: |
---|
|
|
|
If you have used the nullary constructor the value of this property
will be determined for the current locale by way of the
|