Searched refs:PERSIST (Results 1 - 2 of 2) 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>
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java1003 JFormattedTextField.PERSIST);

Completed in 687 milliseconds