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

/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DConfirmationCallback.java77 public static final int OK_CANCEL_OPTION = 2; field in class:ConfirmationCallback
169 * <code>OK_CANCEL_OPTION</code>). <p>
181 * <code>OK_CANCEL_OPTION</code>,
190 optionType < YES_NO_OPTION || optionType > OK_CANCEL_OPTION)
203 case OK_CANCEL_OPTION:
280 * <code>OK_CANCEL_OPTION</code>). <p>
294 * <code>OK_CANCEL_OPTION</code>,
304 optionType < YES_NO_OPTION || optionType > OK_CANCEL_OPTION)
317 case OK_CANCEL_OPTION:
421 * <code>OK_CANCEL_OPTION</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java181 * <li><code>OK_CANCEL_OPTION</code>
341 public static final int OK_CANCEL_OPTION = 2; field in class:JOptionPane
411 * <code>OK_CANCEL_OPTION</code>.
570 OK_CANCEL_OPTION, icon,
709 * or <code>OK_CANCEL_OPTION</code>
741 * or <code>OK_CANCEL_OPTION</code>
778 * or <code>OK_CANCEL_OPTION</code>
827 * or <code>OK_CANCEL_OPTION</code>
1420 OK_CANCEL_OPTION, icon, null, null);
1752 * <code>OK_CANCEL_OPTION</cod
[all...]

Completed in 36 milliseconds