Autopsy
4.7.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 2406 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 2448 of file Case.java.
References org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel().
Referenced by org.sleuthkit.autopsy.casemodule.Case.open().
|
private |
Handles a cancellation request.
Definition at line 2455 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(), and org.sleuthkit.autopsy.core.RuntimeProperties.runningWithGUI.
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 2431 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.open(), and org.sleuthkit.autopsy.casemodule.Case.openAppServiceCaseResources().
|
private |
Sets a case context for this listener.
caseContext | A case context object. |
Definition at line 2415 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 2390 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.CancelButtonListener().
|
private |
|
private |
Definition at line 2396 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 2394 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel(), and org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.setCaseContext().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.