Autopsy  4.1
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 65 of file AddImageAction.java.

Constructor & Destructor Documentation

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

The constructor for AddImageAction class

Definition at line 97 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 199 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 189 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 209 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 180 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 236 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 253 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 222 of file AddImageAction.java.

Member Data Documentation

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

Definition at line 91 of file AddImageAction.java.

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

Definition at line 90 of file AddImageAction.java.

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

Definition at line 92 of file AddImageAction.java.

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

Definition at line 89 of file AddImageAction.java.


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

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