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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DMaskFormatter.java442 * If <code>completeMatch</code> is true, the value must exactly match
443 * the mask, on the other hand if <code>completeMatch</code> is false
446 private Object stringToValue(String value, boolean completeMatch) throws argument
450 if ((errorOffset = getInvalidOffset(value, completeMatch)) == -1) {
464 private int getInvalidOffset(String string, boolean completeMatch) { argument
475 (completeMatch || !isPlaceholder(counter, aChar))) {

Completed in 23 milliseconds