Go to the documentation of this file.
19package org.sleuthkit.autopsy.progress;
21import org.netbeans.api.progress.ProgressHandle;
22import org.openide.util.Cancellable;
60 public void start(String message,
int totalWorkUnits) {
68 public void start(String message) {
106 public void progress(String message,
int workUnitsCompleted) {
void start(String message, int totalWorkUnits)
void switchToIndeterminate(String message)
void progress(String message, int workUnitsCompleted)
AppFrameProgressBar(String displayName)
volatile boolean cancelling
void progress(String message)
void switchToDeterminate(String message, int workUnitsCompleted, int totalWorkUnits)
void progress(int workUnitsCompleted)
void start(String message)
void setCancelling(String cancellingMessage)
void setCancellationBehavior(Cancellable cancellationBehavior)
ProgressHandle progressHandle
Cancellable cancellationBehavior
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.