Autopsy  4.0
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 44 of file CaseCloseAction.java.

Constructor & Destructor Documentation

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

The constructor for this class

Definition at line 51 of file CaseCloseAction.java.

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

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 139 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 129 of file CaseCloseAction.java.

Referenced by org.sleuthkit.autopsy.casemodule.CaseCloseAction.getToolbarPresenter().

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

Returns the toolbar component of this action

Returns
component the toolbar button

Definition at line 149 of file CaseCloseAction.java.

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

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

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

Definition at line 120 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 162 of file CaseCloseAction.java.

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


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.