Searched refs:CANCEL (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DConfirmationCallback.java32 * OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
60 * YES/NO/CANCEL confirmation confirmation option.
65 * with either <code>YES</code>, <code>NO</code> or <code>CANCEL</code>.
70 * OK/CANCEL confirmation confirmation option.
75 * with either <code>OK</code> or <code>CANCEL</code>.
98 * CANCEL option.
104 public static final int CANCEL = 2; field in class:ConfirmationCallback
159 * they require either a YES/NO, YES/NO/CANCEL or OK/CANCEL
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExchanger.java266 private static final Object CANCEL = new Object(); field in class:Exchanger
280 * of the use of non-V CANCEL sentinels.
335 * @return the other thread's item, or CANCEL if interrupted or timed out
362 if (v != CANCEL)
443 if (!node.compareAndSet(null, CANCEL))
459 * @return on success, the hole; on failure, CANCEL
489 * @return on success, the hole; on failure, CANCEL
516 * @return on success, the hole; on failure, CANCEL
559 * @return another thread's item, or CANCEL
577 return CANCEL;
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractPoller.java136 invoke(RequestType.CANCEL, key);
155 CANCEL, enum constant in enum:AbstractPoller.RequestType
266 case CANCEL : {
/openjdk7/jdk/src/share/classes/com/sun/security/auth/callback/
H A DDialogCallbackHandler.java253 JOptionPane.CANCEL_OPTION, ConfirmationCallback.CANCEL,
254 JOptionPane.CLOSED_OPTION, ConfirmationCallback.CANCEL
261 JOptionPane.CANCEL_OPTION, ConfirmationCallback.CANCEL,
262 JOptionPane.CLOSED_OPTION, ConfirmationCallback.CANCEL
H A DTextCallbackHandler.java201 new OptionInfo("Cancel", ConfirmationCallback.CANCEL)
207 new OptionInfo("Cancel", ConfirmationCallback.CANCEL)
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DCreateMBeanDialog.java88 new JButton(Messages.CANCEL));
H A DVMPanel.java373 new String[]{Messages.CANCEL},
487 new String[]{buttonStr, Messages.CANCEL},
H A DMessages.java75 public static String CANCEL; field in class:Messages
H A DConnectDialog.java356 cancelAction = new AbstractAction(Messages.CANCEL) {
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java492 if (confirmationResult == ConfirmationCallback.CANCEL) {
522 if (confirmationResult == ConfirmationCallback.CANCEL) {
554 if (confirmationResult == ConfirmationCallback.CANCEL) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPopupMenuUI.java167 map.put(new Actions(Actions.CANCEL));
391 private static final String CANCEL = "cancel"; field in class:BasicPopupMenuUI.Actions
413 if (key == CANCEL) {
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java98 public final static int CANCEL = 2; field in class:ServiceDialog
226 dispose(CANCEL);
297 dispose(CANCEL);
313 dispose(CANCEL);
389 dispose(approved ? APPROVE : CANCEL);

Completed in 54 milliseconds