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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java70 * <tr><td>JFormattedTextField.PERSIST
126 * policy is <code>JFormattedTextField.PERSIST</code>
220 public static final int PERSIST = 3; field in class:JFormattedTextField
347 * <code>JFormattedTextField.PERSIST</code>
364 * PERSIST JFormattedTextField.PERSIST
369 behavior != PERSIST && behavior != REVERT) {
370 throw new IllegalArgumentException("setFocusLostBehavior must be one of: JFormattedTextField.COMMIT, JFormattedTextField.COMMIT_OR_REVERT, JFormattedTextField.PERSIST or JFormattedTextField.REVERT");
380 * <code>PERSIST</code>

Completed in 55 milliseconds