Searched defs:adjustValue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDateFormatter.java108 * Returns the field that will be adjusted by adjustValue.
129 Object adjustValue(Object value, Map attributes, Object key, method in class:DateFormatter
H A DInternationalFormatter.java132 * override <code>adjustValue</code> to handle the changing of the
858 * Returns the field that will be adjusted by adjustValue.
902 Object adjustValue(Object value, Map attributes, Object field, method in class:InternationalFormatter
913 * <code>adjustValue</code>.
996 * It calls into <code>adjustValue</code> to handle the actual
1035 value = adjustValue(value, attributes,

Completed in 32 milliseconds