| 
 | org.netbeans.api.progress/1 1.5.31 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProgressHandle | |
|---|---|
| org.netbeans.api.progress | This API allows to visualize tracking for progress of long lasting tasks. | 
| Uses of ProgressHandle in org.netbeans.api.progress | 
|---|
| Methods in org.netbeans.api.progress that return ProgressHandle | |
|---|---|
| static ProgressHandle | ProgressHandleFactory.createHandle(String displayName)Create a progress ui handle for a long lasting task. | 
| static ProgressHandle | ProgressHandleFactory.createHandle(String displayName,
             Action linkOutput)Create a progress ui handle for a long lasting task. | 
| static ProgressHandle | ProgressHandleFactory.createHandle(String displayName,
             Cancellable allowToCancel)Create a progress ui handle for a long lasting task. | 
| static ProgressHandle | ProgressHandleFactory.createHandle(String displayName,
             Cancellable allowToCancel,
             Action linkOutput)Create a progress ui handle for a long lasting task. | 
| static ProgressHandle | ProgressHandleFactory.createSystemHandle(String displayName)Create a handle for a long lasting task that is not triggered by explicit user action. | 
| static ProgressHandle | ProgressHandleFactory.createSystemHandle(String displayName,
                   Cancellable allowToCancel)Create a cancelable handle for a task that is not triggered by explicit user action. | 
| static ProgressHandle | ProgressHandleFactory.createSystemHandle(String displayName,
                   Cancellable allowToCancel,
                   Action linkOutput)Create a progress ui handle for a task that is not triggered by explicit user action. | 
| Methods in org.netbeans.api.progress with parameters of type ProgressHandle | |
|---|---|
| static JComponent | ProgressHandleFactory.createProgressComponent(ProgressHandle handle)Get the progress bar component for use in custom dialogs, the task won't show in the progress bar anymore. | 
| 
 | org.netbeans.api.progress/1 1.5.31 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||