org.netbeans.api.progress/1 1.20.2

Uses of Interface
org.netbeans.api.progress.ProgressRunnable

Packages that use ProgressRunnable
org.netbeans.api.progress This API allows to visualize tracking for progress of long lasting tasks. 
 

Uses of ProgressRunnable in org.netbeans.api.progress
 

Methods in org.netbeans.api.progress with parameters of type ProgressRunnable
static
<T> T
ProgressUtils.showProgressDialogAndRun(ProgressRunnable<T> operation, String displayName, boolean includeDetailLabel)
          Show a modal progress dialog that blocks the main window, while running the passed runnable on a background thread.
static
<T> Future<T>
ProgressUtils.showProgressDialogAndRunLater(ProgressRunnable<T> operation, ProgressHandle handle, boolean includeDetailLabel)
          Show a modal progress dialog that blocks the main window while running a background process.
 


org.netbeans.api.progress/1 1.20.2

Built on September 19 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.