|
Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
| ViewArtifactInTimelineAction (BlackboardArtifact artifact) | |
| void | actionPerformed (ActionEvent e) |
Static Public Member Functions | |
| static boolean | hasSupportedTimeStamp (BlackboardArtifact artifact) throws TskCoreException |
Private Attributes | |
| final BlackboardArtifact | artifact |
Static Private Attributes | |
| static final Logger | logger = Logger.getLogger(ViewFileInTimelineAction.class.getName()) |
An action that shows the given artifact in the Timeline List View.
Definition at line 37 of file ViewArtifactInTimelineAction.java.
| org.sleuthkit.autopsy.timeline.actions.ViewArtifactInTimelineAction.ViewArtifactInTimelineAction | ( | BlackboardArtifact | artifact | ) |
Definition at line 44 of file ViewArtifactInTimelineAction.java.
References org.sleuthkit.autopsy.timeline.actions.ViewArtifactInTimelineAction.artifact, and org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSetting().
| void org.sleuthkit.autopsy.timeline.actions.ViewArtifactInTimelineAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 54 of file ViewArtifactInTimelineAction.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error().
|
static |
Does the given artifact have a datetime attribute?
| artifact | The artifact to test for a supported timestamp |
Definition at line 70 of file ViewArtifactInTimelineAction.java.
Referenced by org.sleuthkit.autopsy.datamodel.BlackboardArtifactTagNode.getActions(), and org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.getActions().
|
private |
Definition at line 41 of file ViewArtifactInTimelineAction.java.
Referenced by org.sleuthkit.autopsy.timeline.actions.ViewArtifactInTimelineAction.ViewArtifactInTimelineAction().
|
staticprivate |
Definition at line 39 of file ViewArtifactInTimelineAction.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.