org.sleuthkit.autopsy.casemodule/0 0.0 1
A C D E G I N O P R S U V W X

A

accept(File) - Method in class org.sleuthkit.autopsy.casemodule.GeneralFilter
Checks whether the given file is accepted by this filter.
actionPerformed(ActionEvent) - Method in class org.sleuthkit.autopsy.casemodule.AddImageAction
Pop-up the "Add Image" wizard panel.
actionPerformed(ActionEvent) - Method in class org.sleuthkit.autopsy.casemodule.CaseCloseAction
Closes the current opened case.
actionPerformed(ActionEvent) - Method in class org.sleuthkit.autopsy.casemodule.CaseDeleteAction
Deletes the current opened case.
actionPerformed(ActionEvent) - Method in class org.sleuthkit.autopsy.casemodule.CaseNewAction
Calls the "New Case" wizard panel action.
actionPerformed(ActionEvent) - Method in class org.sleuthkit.autopsy.casemodule.CaseOpenAction
Pop-up the File Chooser to open the existing case (.aut file)
actionPerformed(ActionEvent) - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
This action is used to clear all the recent cases menu options.
addImage(String[], long, String) - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Adds the image to the current document handler.
AddImageAction - Class in org.sleuthkit.autopsy.casemodule
The action to add an image to the current Case.
AddImageAction() - Constructor for class org.sleuthkit.autopsy.casemodule.AddImageAction
The constructor for AddImageAction class
addPropertyChangeListener(PropertyChangeListener) - Static method in class org.sleuthkit.autopsy.casemodule.Case
 
addRecentCase(String, String) - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
Adds a recent case to the top of the list.
asynchronous() - Method in class org.sleuthkit.autopsy.casemodule.NewCaseWizardAction
 
Autopsy - Class in org.sleuthkit.autopsy.casemodule
Class to consolidate application-wide settings.
Autopsy() - Constructor for class org.sleuthkit.autopsy.casemodule.Autopsy
 

C

Case - Class in org.sleuthkit.autopsy.casemodule
Class to store the case information
CASE_ADD_IMAGE - Static variable in class org.sleuthkit.autopsy.casemodule.Case
Property name that indicates a new image has been added to the current case.
CASE_CURRENT_CASE - Static variable in class org.sleuthkit.autopsy.casemodule.Case
Property name that indicates the currently open case has changed.
CASE_DEL_IMAGE - Static variable in class org.sleuthkit.autopsy.casemodule.Case
Property name that indicates an image has been removed from the current case.
CASE_NAME - Static variable in class org.sleuthkit.autopsy.casemodule.Case
Property name that indicates the name of the current case has changed.
CaseCloseAction - Class in org.sleuthkit.autopsy.casemodule
The action to close the current Case.
CaseCloseAction() - Constructor for class org.sleuthkit.autopsy.casemodule.CaseCloseAction
The constructor for this class
CaseDeleteAction - Class in org.sleuthkit.autopsy.casemodule
The action to delete the current Case.
CaseDeleteAction() - Constructor for class org.sleuthkit.autopsy.casemodule.CaseDeleteAction
The constructor for this class
CaseNewAction - Class in org.sleuthkit.autopsy.casemodule
The action to create a new case.
CaseNewAction() - Constructor for class org.sleuthkit.autopsy.casemodule.CaseNewAction
 
CaseOpenAction - Class in org.sleuthkit.autopsy.casemodule
The action to open a existing case.
CaseOpenAction() - Constructor for class org.sleuthkit.autopsy.casemodule.CaseOpenAction
The constructor
CasePropertiesAction - Class in org.sleuthkit.autopsy.casemodule
The action to pop up the Case Properties Form window.
checkMultiplePathExist(String[]) - Static method in class org.sleuthkit.autopsy.casemodule.Case
Check if all the images from the given image path exist.
close() - Method in class org.sleuthkit.autopsy.casemodule.StartupWindow
Closes the startup window.
close() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
When user wants to close the case.
closeOpenRecentCasesWindow() - Static method in class org.sleuthkit.autopsy.casemodule.CueBannerPanel
Close the open recent cases window.
convertImgPath(String) - Static method in class org.sleuthkit.autopsy.casemodule.Case
convert the image Path to array string
convertTimeZone(String) - Static method in class org.sleuthkit.autopsy.casemodule.Case
Convert the Java timezone ID to the "formatted" string that can be accepted by the C/C++ code.
create(String, String) - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Initialize the basic values for a new case management file.
CueBannerPanel - Class in org.sleuthkit.autopsy.casemodule
 
CueBannerPanel() - Constructor for class org.sleuthkit.autopsy.casemodule.CueBannerPanel
Creates new form CueBannerPanel

D

display() - Method in class org.sleuthkit.autopsy.casemodule.StartupWindow
Shows the startup window.

E

existsCurrentCase() - Static method in class org.sleuthkit.autopsy.casemodule.Case
Checks whether there is a current case open.

G

GeneralFilter - Class in org.sleuthkit.autopsy.casemodule
FileFilter helper class.
GeneralFilter(String[], String, boolean) - Constructor for class org.sleuthkit.autopsy.casemodule.GeneralFilter
 
getAppName() - Static method in class org.sleuthkit.autopsy.casemodule.Case
Gets the application name
getAutopsyVersion() - Static method in class org.sleuthkit.autopsy.casemodule.Case
Returns the current version of Autopsy
getCaseDirectory() - Method in class org.sleuthkit.autopsy.casemodule.Case
Gets the case directory path
getCaseDirectory() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the case directory path that's stored in this class
getCaseName() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the case Name from the document handler
getCreatedDate() - Method in class org.sleuthkit.autopsy.casemodule.Case
get the created date of this case
getCreatedDate() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the created Date from the document handler
getCreatedVersion() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the Autopsy Created Version from the document handler
getCurrentCase() - Static method in class org.sleuthkit.autopsy.casemodule.Case
Gets the currently opened case, if there is one.
getDescription() - Method in class org.sleuthkit.autopsy.casemodule.GeneralFilter
Returns the description of this file filter
getExportDir() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the full path to the Export directory
getHashDbSettings() - Static method in class org.sleuthkit.autopsy.casemodule.Autopsy
Get the hash database settings as read from the property file.
getHelpCtx() - Method in class org.sleuthkit.autopsy.casemodule.AddImageAction
Gets the HelpCtx associated with implementing object
getHelpCtx() - Method in class org.sleuthkit.autopsy.casemodule.CaseCloseAction
Gets the HelpCtx associated with implementing object
getHelpCtx() - Method in class org.sleuthkit.autopsy.casemodule.CaseDeleteAction
Gets the HelpCtx associated with implementing object
getHelpCtx() - Method in class org.sleuthkit.autopsy.casemodule.CasePropertiesAction
Gets the HelpCtx associated with implementing object
getHelpCtx() - Method in class org.sleuthkit.autopsy.casemodule.NewCaseWizardAction
 
getHelpCtx() - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
Gets the HelpCtx associated with implementing object
getImageIDs() - Method in class org.sleuthkit.autopsy.casemodule.Case
get all the image id in this case
getImageIDs() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Returns an array of all image ID values in this case.
getImageSet(int) - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Returns a set of image paths of the given image ID in this case
getImageSetCount() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Returns number of image sets in this case
getImageSetDbPath(int) - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Returns absolute path of image database of the given image ID.
getImageSetElement(int) - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Looks up for the Image Set Element in the document handler with the given image ID.
getInstance() - Static method in class org.sleuthkit.autopsy.casemodule.RecentCases
Gets the instance of the RecentCases singleton.
getInstance() - Static method in class org.sleuthkit.autopsy.casemodule.StartupWindow
Get the startup window
getLogDir() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the full path to the log directory
getMenuPresenter() - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
Gets a menu item that can present this action in a JMenu.
getMenuPresenters() - Method in class org.sleuthkit.autopsy.casemodule.UpdateRecentCases
Creates main menu/popup menu items.
getModifiedDate() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the Modified Date from the document handler
getName() - Method in class org.sleuthkit.autopsy.casemodule.AddImageAction
Gets the name of this action.
getName() - Method in class org.sleuthkit.autopsy.casemodule.Case
Gets the case name
getName() - Method in class org.sleuthkit.autopsy.casemodule.CaseCloseAction
Gets the name of this action.
getName() - Method in class org.sleuthkit.autopsy.casemodule.CaseDeleteAction
Gets the name of this action.
getName() - Method in class org.sleuthkit.autopsy.casemodule.CasePropertiesAction
Gets the name of this action.
getName() - Method in class org.sleuthkit.autopsy.casemodule.NewCaseWizardAction
 
getName() - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
Gets the name of this action.
getNextImageID() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the next free image ID and and increments the internal counter
getProperties() - Method in class org.sleuthkit.autopsy.casemodule.Case
Get the properties.
getPropertiesFilePath() - Static method in class org.sleuthkit.autopsy.casemodule.RecentCases
Gets the properties file paths.
getPropertyChangeSupport() - Static method in class org.sleuthkit.autopsy.casemodule.Case
get the PropertyChangeSupport of this class
getPropertyFile() - Static method in class org.sleuthkit.autopsy.casemodule.Autopsy
Gets the property file where the user properties such as Recent Cases and selected Hash Databases are stored.
getRecentCaseNames() - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
Gets the recent case names.
getRecentCasePaths() - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
Gets the recent case paths.
getRootObjects() - Method in class org.sleuthkit.autopsy.casemodule.Case
Get the data model Content objects in the root of this case's hierarchy.
getRootObjectsCount() - Method in class org.sleuthkit.autopsy.casemodule.Case
Count the root objects.
getSavedVersion() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the Autopsy Saved Version from the document handler
getSchemaVersion() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the Schema Version from the document handler
getSleuthkitCase() - Method in class org.sleuthkit.autopsy.casemodule.Case
Get the underlying SleuthkitCase instance from the Sleuth Kit bindings library.
getTempDir() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Gets the full path to the temp directory
getTempDirectory() - Method in class org.sleuthkit.autopsy.casemodule.Case
Gets the full path to the temp directory of this case
getTimeZone() - Method in class org.sleuthkit.autopsy.casemodule.Case
Gets the time zone(s) of the image(s) in this case.
getTimeZone() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Returns the HashSet of all timezone values of all images in this case.
getToolbarPresenter() - Method in class org.sleuthkit.autopsy.casemodule.AddImageAction
Returns the toolbar component of this action
getToolbarPresenter() - Method in class org.sleuthkit.autopsy.casemodule.CaseCloseAction
Returns the toolbar component of this action
getTotalRecentCases() - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
Gets the total number of recent cases

I

iconResource() - Method in class org.sleuthkit.autopsy.casemodule.NewCaseWizardAction
 
invokeStartupDialog() - Static method in class org.sleuthkit.autopsy.casemodule.Case
Invoke the creation of startup dialog window.
isValidName(String) - Static method in class org.sleuthkit.autopsy.casemodule.Case
Checks if a String is a valid case name

N

NewCaseWizardAction - Class in org.sleuthkit.autopsy.casemodule
Action to open the New Case wizard.
NewCaseWizardAction() - Constructor for class org.sleuthkit.autopsy.casemodule.NewCaseWizardAction
 

O

open(String) - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Opens the configuration file and load the document handler Note: this is for the schema version 1.0
org.sleuthkit.autopsy.casemodule - package org.sleuthkit.autopsy.casemodule
A case contains one or more disk images and is the highest-level unit of an investigation.

P

performAction() - Method in class org.sleuthkit.autopsy.casemodule.AddImageAction
This method does nothing.
performAction() - Method in class org.sleuthkit.autopsy.casemodule.CaseCloseAction
This method does nothing.
performAction() - Method in class org.sleuthkit.autopsy.casemodule.CaseDeleteAction
This method does nothing.
performAction() - Method in class org.sleuthkit.autopsy.casemodule.CasePropertiesAction
Pop-up the Case Properties Form window where user can change the case properties (example: update case name and remove the image from the case)
performAction() - Method in class org.sleuthkit.autopsy.casemodule.NewCaseWizardAction
 
performAction() - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
This method does nothing.

R

RecentCases - Class in org.sleuthkit.autopsy.casemodule
The action in this class is to clear the list of "Recent Cases".
removeImageSet(int) - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Removes the imageSet of the given image ID.
removePropertyChangeListener(PropertyChangeListener) - Static method in class org.sleuthkit.autopsy.casemodule.Case
 
removeRecentCase(String, String) - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
This method is used to remove the selected name and path of the RecentCase
requestFocusButton(String) - Method in class org.sleuthkit.autopsy.casemodule.AddImageAction
Set the focus to the button of the given name on this wizard dialog.
restart() - Method in class org.sleuthkit.autopsy.casemodule.AddImageAction
Closes the current dialog and wizard, and opens a new one.

S

setCaseName(String) - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Sets the case Name on the XML configuration file
setCloseButtonActionListener(ActionListener) - Method in class org.sleuthkit.autopsy.casemodule.CueBannerPanel
Sets the Close button action listener.
setEnabled(boolean) - Method in class org.sleuthkit.autopsy.casemodule.AddImageAction
Set this action to be enabled/disabled
setEnabled(boolean) - Method in class org.sleuthkit.autopsy.casemodule.CaseCloseAction
Set this action to be enabled/disabled
setImageSetDbPath(int, String) - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Sets the ImgDb entry for corresponding image set in the document handler
StartupWindow - Class in org.sleuthkit.autopsy.casemodule
Displays
startVerboseLogging() - Static method in class org.sleuthkit.autopsy.casemodule.Autopsy
Activate verbose logging for Sleuth Kit
synchMenuPresenters(JComponent[]) - Method in class org.sleuthkit.autopsy.casemodule.UpdateRecentCases
Updates main menu presenters.

U

updateRecentCase(String, String, String, String) - Method in class org.sleuthkit.autopsy.casemodule.RecentCases
This method is used to update the name and path of a RecentCase.
UpdateRecentCases - Class in org.sleuthkit.autopsy.casemodule
This class is used to change / update the list of recent cases dynamically.

V

verboseLoggingIsSet() - Static method in class org.sleuthkit.autopsy.casemodule.Autopsy
Checks if verbose logging has been enabled.

W

writeFile() - Method in class org.sleuthkit.autopsy.casemodule.XMLCaseManagement
Writes the case management file to disk (from document handler to .aut file)

X

XMLCaseManagement - Class in org.sleuthkit.autopsy.casemodule
This class is used to create, access, and modify the XML configuration file, where we store the information about the case and image(s).

A C D E G I N O P R S U V W X
org.sleuthkit.autopsy.casemodule/0 0.0 1