Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ActionListener.
Public Member Functions | |
synchronized void | actionPerformed (ActionEvent event) |
Private Member Functions | |
CancelButtonListener (String cancellationMessage) | |
void | cancel () |
synchronized void | setCaseActionFuture (Future<?> caseActionFuture) |
synchronized void | setCaseContext (CaseContext caseContext) |
Private Attributes | |
final String | cancellationMessage |
boolean | cancelRequested |
Future<?> | caseActionFuture |
CaseContext | caseContext |
A case operation Cancel button listener for use with a ModalDialogProgressIndicator when running with a GUI.
|
private |
Constructs a case operation Cancel button listener for use with a ModalDialogProgressIndicator when running with a GUI.
cancellationMessage | The message to display in the ModalDialogProgressIndicator when the cancel button is pressed. |
Definition at line 3771 of file Case.java.
References org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancellationMessage.
synchronized void org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.actionPerformed | ( | ActionEvent | event | ) |
The event handler for Cancel button pushes.
event | The button event, ignored, can be null. |
Definition at line 3813 of file Case.java.
References org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel().
Referenced by org.sleuthkit.autopsy.casemodule.Case.doOpenCaseAction().
|
private |
Handles a cancellation request.
Definition at line 3820 of file Case.java.
References org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancelRequested, org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.caseActionFuture, org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.caseContext, org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.getProgressIndicator(), org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.requestCancel(), org.sleuthkit.autopsy.core.RuntimeProperties.runningWithGUI, and org.sleuthkit.autopsy.progress.ProgressIndicator.setCancelling().
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.actionPerformed(), org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.setCaseActionFuture(), and org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.setCaseContext().
|
private |
Sets a Future object for a task associated with this listener.
caseActionFuture | A task Future object. |
Definition at line 3796 of file Case.java.
References org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel(), org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancelRequested, and org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.caseActionFuture.
Referenced by org.sleuthkit.autopsy.casemodule.Case.doOpenCaseAction(), and org.sleuthkit.autopsy.casemodule.Case.openAppServiceCaseResources().
|
private |
Sets a case context for this listener.
caseContext | A case context object. |
Definition at line 3780 of file Case.java.
References org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel(), org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancelRequested, and org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.caseContext.
Referenced by org.sleuthkit.autopsy.casemodule.Case.openAppServiceCaseResources().
|
private |
Definition at line 3755 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.CancelButtonListener().
|
private |
|
private |
Definition at line 3761 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel(), and org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.setCaseActionFuture().
|
private |
Definition at line 3759 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel(), and org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.setCaseContext().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.