Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.casemodule.CaseCloseAction Class Reference

Inherits CallableSystemAction, and Toolbar.

Public Member Functions

 CaseCloseAction ()
 
void actionPerformed (ActionEvent e)
 
HelpCtx getHelpCtx ()
 
String getName ()
 
Component getToolbarPresenter ()
 
void performAction ()
 
void setEnabled (boolean value)
 

Detailed Description

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

Definition at line 52 of file CaseCloseAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.CaseCloseAction.CaseCloseAction ( )

The constructor for this class

Definition at line 59 of file CaseCloseAction.java.

Member Function Documentation

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

Gets the HelpCtx associated with implementing object

Returns
HelpCtx or HelpCtx.DEFAULT_HELP

Definition at line 147 of file CaseCloseAction.java.

String org.sleuthkit.autopsy.casemodule.CaseCloseAction.getName ( )

Gets the name of this action. This may be presented as an item in a menu.

Returns
actionName

Definition at line 137 of file CaseCloseAction.java.

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

Returns the toolbar component of this action

Returns
component the toolbar button

Definition at line 157 of file CaseCloseAction.java.

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

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

Definition at line 128 of file CaseCloseAction.java.

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

Set this action to be enabled/disabled

Parameters
valuewhether to enable this action or not

Definition at line 170 of file CaseCloseAction.java.


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

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