Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CallableSystemAction, and Toolbar.
Classes | |
class | CleanupTask |
interface | IndexImageTask |
Public Member Functions | |
AddImageAction () | |
void | actionPerformed (ActionEvent e) |
HelpCtx | getHelpCtx () |
String | getName () |
Component | getToolbarPresenter () |
void | performAction () |
void | requestFocusButton (String buttonText) |
void | setEnabled (boolean value) |
Private Member Functions | |
void | runCleanupTasks () |
Private Attributes | |
final ChangeSupport | cleanupSupport = new ChangeSupport(this) |
Dialog | dialog |
WizardDescriptor.Iterator< WizardDescriptor > | iterator |
final JButton | toolbarButton = new JButton() |
WizardDescriptor | wizardDescriptor |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
static final Dimension | SIZE = new Dimension(875, 550) |
An action that invokes the Add Data Source wizard.
This action should only be invoked in the event dispatch thread (EDT).
Definition at line 63 of file AddImageAction.java.
org.sleuthkit.autopsy.casemodule.AddImageAction.AddImageAction | ( | ) |
Constructs an action that invokes the Add Data Source wizard.
Definition at line 98 of file AddImageAction.java.
References org.sleuthkit.autopsy.casemodule.AddImageAction.actionPerformed().
void org.sleuthkit.autopsy.casemodule.AddImageAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 118 of file AddImageAction.java.
References org.sleuthkit.autopsy.actions.IngestRunningCheck.checkAndConfirmProceed().
Referenced by org.sleuthkit.autopsy.casemodule.AddImageAction.AddImageAction().
HelpCtx org.sleuthkit.autopsy.casemodule.AddImageAction.getHelpCtx | ( | ) |
Gets the help context for this action.
Definition at line 196 of file AddImageAction.java.
String org.sleuthkit.autopsy.casemodule.AddImageAction.getName | ( | ) |
Gets the name of this action. This may be presented as an item in a menu.
Definition at line 186 of file AddImageAction.java.
Component org.sleuthkit.autopsy.casemodule.AddImageAction.getToolbarPresenter | ( | ) |
Gets the toolbar component for this action.
Definition at line 206 of file AddImageAction.java.
void org.sleuthkit.autopsy.casemodule.AddImageAction.performAction | ( | ) |
Definition at line 176 of file AddImageAction.java.
void org.sleuthkit.autopsy.casemodule.AddImageAction.requestFocusButton | ( | String | buttonText | ) |
Set the focus to the button of the given name on this wizard dialog.
Note: the name of the buttons that available are "Next >", "< Back", "Cancel", and "Finish". If you change the name of any of those buttons, use the latest name instead.
buttonText | the text of the button |
Definition at line 233 of file AddImageAction.java.
|
private |
Run and clear any cleanup tasks for wizard closing that might be registered. This should be run even when the wizard exits cleanly, so that no cleanup actions remain the next time the wizard is run.
Definition at line 250 of file AddImageAction.java.
void org.sleuthkit.autopsy.casemodule.AddImageAction.setEnabled | ( | boolean | value | ) |
Enables and disables this action.
value | whether to enable this action or not |
Definition at line 219 of file AddImageAction.java.
|
private |
Definition at line 67 of file AddImageAction.java.
|
private |
Definition at line 92 of file AddImageAction.java.
|
private |
Definition at line 91 of file AddImageAction.java.
|
staticprivate |
Definition at line 65 of file AddImageAction.java.
|
staticprivate |
Definition at line 66 of file AddImageAction.java.
|
private |
Definition at line 93 of file AddImageAction.java.
|
private |
Definition at line 90 of file AddImageAction.java.
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.