Autopsy  4.4
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.AddImageAction Class Reference

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)
 

Detailed Description

An action that invokes the Add Data Source wizard.

This action should only be invoked in the event dispatch thread (EDT).

Definition at line 61 of file AddImageAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.AddImageAction.AddImageAction ( )

Constructs an action that invokes the Add Data Source wizard.

Definition at line 95 of file AddImageAction.java.

References org.sleuthkit.autopsy.casemodule.AddImageAction.actionPerformed().

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.AddImageAction.actionPerformed ( ActionEvent  e)
HelpCtx org.sleuthkit.autopsy.casemodule.AddImageAction.getHelpCtx ( )

Gets the help context for this action.

Returns
The help context.

Definition at line 189 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.

Returns
actionName

Definition at line 179 of file AddImageAction.java.

Component org.sleuthkit.autopsy.casemodule.AddImageAction.getToolbarPresenter ( )

Gets the toolbar component for this action.

Returns
The toolbar button

Definition at line 199 of file AddImageAction.java.

void org.sleuthkit.autopsy.casemodule.AddImageAction.performAction ( )

Definition at line 169 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.

Parameters
buttonTextthe text of the button

Definition at line 226 of file AddImageAction.java.

void org.sleuthkit.autopsy.casemodule.AddImageAction.runCleanupTasks ( )
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 243 of file AddImageAction.java.

void org.sleuthkit.autopsy.casemodule.AddImageAction.setEnabled ( boolean  value)

Enables and disables this action.

Parameters
valuewhether to enable this action or not

Definition at line 212 of file AddImageAction.java.

Member Data Documentation

final ChangeSupport org.sleuthkit.autopsy.casemodule.AddImageAction.cleanupSupport = new ChangeSupport(this)
private

Definition at line 65 of file AddImageAction.java.

Dialog org.sleuthkit.autopsy.casemodule.AddImageAction.dialog
private

Definition at line 89 of file AddImageAction.java.

WizardDescriptor.Iterator<WizardDescriptor> org.sleuthkit.autopsy.casemodule.AddImageAction.iterator
private

Definition at line 88 of file AddImageAction.java.

final long org.sleuthkit.autopsy.casemodule.AddImageAction.serialVersionUID = 1L
staticprivate

Definition at line 63 of file AddImageAction.java.

final Dimension org.sleuthkit.autopsy.casemodule.AddImageAction.SIZE = new Dimension(875, 550)
staticprivate

Definition at line 64 of file AddImageAction.java.

final JButton org.sleuthkit.autopsy.casemodule.AddImageAction.toolbarButton = new JButton()
private

Definition at line 90 of file AddImageAction.java.

WizardDescriptor org.sleuthkit.autopsy.casemodule.AddImageAction.wizardDescriptor
private

Definition at line 87 of file AddImageAction.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Tue Jun 13 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.