Searched refs:CLOSED_OPTION (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/auth/callback/
H A DDialogCallbackHandler.java245 JOptionPane.CLOSED_OPTION, ConfirmationCallback.NO
254 JOptionPane.CLOSED_OPTION, ConfirmationCallback.CANCEL
262 JOptionPane.CLOSED_OPTION, ConfirmationCallback.CANCEL
273 JOptionPane.CLOSED_OPTION, callback.getDefaultOption()
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java221 * <li><code>CLOSED_OPTION</code>
275 * return CLOSED_OPTION;
280 * return CLOSED_OPTION;
288 * return CLOSED_OPTION;
357 public static final int CLOSED_OPTION = -1; field in class:JOptionPane
847 * or <code>CLOSED_OPTION</code> if the user closed
876 return CLOSED_OPTION;
880 return CLOSED_OPTION;
887 return CLOSED_OPTION;
1270 * or <code>CLOSED_OPTION</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicOptionPaneUI.java1381 * to <code>JOptionPane.CLOSED_OPTION</code>.
1394 optionPane.setValue(Integer.valueOf(JOptionPane.CLOSED_OPTION));

Completed in 41 milliseconds