Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | 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

Dialog dialog
 
WizardDescriptor.Iterator< WizardDescriptor > iterator
 
JButton toolbarButton = new JButton()
 
WizardDescriptor wizardDescriptor
 

Detailed Description

The action to add an image to the current Case. This action should be disabled on creation and it will be enabled on new case creation or case opened.

Author
jantonius

Definition at line 55 of file AddImageAction.java.

Constructor & Destructor Documentation

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

The constructor for AddImageAction class

Definition at line 86 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 HelpCtx associated with implementing object

Returns
HelpCtx or HelpCtx.DEFAULT_HELP

Definition at line 185 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 175 of file AddImageAction.java.

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

Returns the toolbar component of this action

Returns
component the toolbar button

Definition at line 195 of file AddImageAction.java.

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

This method does nothing. Use the "actionPerformed(ActionEvent e)" instead of this method.

Definition at line 166 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 222 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 239 of file AddImageAction.java.

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

Set this action to be enabled/disabled

Parameters
valuewhether to enable this action or not

Definition at line 208 of file AddImageAction.java.

Member Data Documentation

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

Definition at line 80 of file AddImageAction.java.

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

Definition at line 79 of file AddImageAction.java.

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

Definition at line 81 of file AddImageAction.java.

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

Definition at line 78 of file AddImageAction.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.