|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
| ViewFileInTimelineAction (AbstractFile file, String displayName) | |
| void | actionPerformed (ActionEvent e) |
Static Public Member Functions | |
| static ViewFileInTimelineAction | createViewFileAction (AbstractFile file) |
| static ViewFileInTimelineAction | createViewSourceFileAction (AbstractFile file) |
Private Attributes | |
| final AbstractFile | file |
Static Private Attributes | |
| static final Logger | logger = Logger.getLogger(ViewFileInTimelineAction.class.getName()) |
| static final long | serialVersionUID = 1L |
An action to prompt the user to pick an timestamp/event associated with the given file and show it in the Timeline List View
Definition at line 38 of file ViewFileInTimelineAction.java.
| org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.ViewFileInTimelineAction | ( | AbstractFile | file, |
| String | displayName | ||
| ) |
Constructor.
| file | The file to view in the timeline. |
| displayName | The display name of the action. |
Definition at line 51 of file ViewFileInTimelineAction.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.file, org::sleuthkit::datamodel::AbstractFile.getAtime(), org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSetting(), org::sleuthkit::datamodel::AbstractFile.getCrtime(), org::sleuthkit::datamodel::AbstractFile.getCtime(), org::sleuthkit::datamodel::AbstractFile.getMtime(), org::sleuthkit::datamodel::AbstractFile.getType(), org::sleuthkit::datamodel::TskData::TSK_DB_FILES_TYPE_ENUM.SLACK, and org::sleuthkit::datamodel::TskData::TSK_DB_FILES_TYPE_ENUM.UNALLOC_BLOCKS.
Referenced by org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction(), and org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewSourceFileAction().
| void org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 80 of file ViewFileInTimelineAction.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error().
|
static |
Definition at line 70 of file ViewFileInTimelineAction.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.ViewFileInTimelineAction().
Referenced by org.sleuthkit.autopsy.datamodel.DirectoryNode.getActions(), org.sleuthkit.autopsy.datamodel.AttachmentNode.getActions(), org.sleuthkit.autopsy.datamodel.LayoutFileNode.getActions(), org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions(), org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getActions(), and org.sleuthkit.autopsy.datamodel.FileNode.getActions().
|
static |
Definition at line 75 of file ViewFileInTimelineAction.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.ViewFileInTimelineAction().
Referenced by org.sleuthkit.autopsy.datamodel.KeyValueNode.getActions(), org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions(), and org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getActions().
|
private |
Definition at line 44 of file ViewFileInTimelineAction.java.
Referenced by org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.ViewFileInTimelineAction().
|
staticprivate |
Definition at line 42 of file ViewFileInTimelineAction.java.
|
staticprivate |
Definition at line 40 of file ViewFileInTimelineAction.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.