Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
void | actionPerformed (ActionEvent e) |
Static Public Member Functions | |
static ViewFileInTimelineAction | createViewFileAction (AbstractFile file) |
static ViewFileInTimelineAction | createViewSourceFileAction (AbstractFile file) |
Private Member Functions | |
ViewFileInTimelineAction (AbstractFile file, String displayName) | |
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.
|
private |
Definition at line 46 of file ViewFileInTimelineAction.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.file, and org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSetting().
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 75 of file ViewFileInTimelineAction.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error().
|
static |
Definition at line 65 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.datamodel.BlackboardArtifactTagNode.getActions(), org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions(), org.sleuthkit.autopsy.datamodel.FileNode.getActions(), and org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.getActions().
|
static |
Definition at line 70 of file ViewFileInTimelineAction.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.ViewFileInTimelineAction().
Referenced by org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getActions(), org.sleuthkit.autopsy.datamodel.KeyValueNode.getActions(), org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions(), and org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.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-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.