Searched refs:cancel (Results 101 - 111 of 111) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPopupMenuUI.java391 private static final String CANCEL = "cancel";
414 cancel();
623 private void cancel() { method in class:BasicPopupMenuUI.Actions
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java1444 schedulerFuture.cancel(false);
1448 monitorFuture.cancel(false);
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java1020 public void cancel() throws PrintException { method in class:UnixPrintJob
1025 job.cancel();
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DBasic.java431 // exercise cancel method
446 // cancel operation
447 boolean cancelled = res.cancel(mayInterruptIfRunning);
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java441 syncTimer.cancel();
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c465 LPBOOL cancel = (LPBOOL)jlong_to_ptr(cancelAddress); local
466 if (CopyFileExW(lpExistingFileName, lpNewFileName, NULL, NULL, cancel,
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java1285 * queued workers; (1) helping cancel tasks; (2) interrupting
1322 task.cancel(false);
1919 * Attempts to cancel and/or stop all tasks, and reject all
/openjdk7/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DBasic.java348 System.out.println("-- cancel --");
363 // cancel operation
364 boolean cancelled = res.cancel(mayInterruptIfRunning);
382 // check that the cancel doesn't impact writing to the channel
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java458 // we may need to cancel background loading
460 pageLoader.cancel(true);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1310 * user may cancel out of it. Note that the implementation of
1311 * cancel() throws PrinterAbortException to indicate the user cancelled.
1317 cancel();
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java2152 public void cancel() { method in class:RasterPrinterJob

Completed in 91 milliseconds

12345