|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode.
Classes | |
| class | TimeProperty |
Public Member Functions | |
| Action[] | getActions (boolean context) |
| NodeSelectionInfo | getChildNodeSelectionInfo () |
| String | getItemType () |
| boolean | isLeafTypeNode () |
| void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
Static Public Member Functions | |
| static EventNode | createEventNode (final Long eventID, EventsModel eventsModel) throws TskCoreException |
Protected Member Functions | |
| Sheet | createSheet () |
| synchronized final void | updatePropertySheet (NodeProperty<?>...newProps) |
Private Member Functions | |
| String | getDateTimeString () |
Static Private Member Functions | |
| static AbstractFile | findLinked (BlackboardArtifact artifact) throws TskCoreException |
| static boolean | isExactlyOneArtifactSelected () |
Private Attributes | |
| final TimelineEvent | event |
Static Private Attributes | |
| static final Logger | logger = Logger.getLogger(EventNode.class.getName()) |
Definition at line 65 of file EventNode.java.
|
static |
Factory method to create an EventNode from the event ID and the events model.
| eventID | The ID of the event this node is for. |
| eventsModel | The model that provides access to the events DB. |
Definition at line 264 of file EventNode.java.
References org::sleuthkit::datamodel::TimelineEvent.getArtifactID(), org::sleuthkit::datamodel::SleuthkitCase.getBlackboardArtifact(), org::sleuthkit::datamodel::SleuthkitCase.getContentById(), and org::sleuthkit::datamodel::TimelineEvent.getContentObjID().
Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory.createNode(), and org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventRow.updateItem().
|
protected |
Definition at line 107 of file EventNode.java.
References org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getDateTimeString(), and org::sleuthkit::datamodel::TimelineLevelOfDetail.HIGH.
|
staticprivate |
Gets the file, if any, linked to an artifact via a TSK_PATH_ID attribute
| artifact | The artifact. |
| TskCoreException |
Definition at line 188 of file EventNode.java.
References org::sleuthkit::datamodel::AbstractAttribute.getValueLong(), and org::sleuthkit::datamodel::BlackboardAttribute::ATTRIBUTE_TYPE.TSK_PATH_ID.
Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions().
| Action [] org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions | ( | boolean | context | ) |
Definition at line 139 of file EventNode.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction(), org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewSourceFileAction(), org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.error(), org.sleuthkit.autopsy.timeline.explorernodes.EventNode.findLinked(), org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), org.sleuthkit.autopsy.datamodel.DataModelActionsFactory.getActions(), org::sleuthkit::datamodel::BlackboardArtifact.getArtifactID(), org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.getInstance(), org.sleuthkit.autopsy.actions.DeleteFileBlackboardArtifactTagAction.getInstance(), and org.sleuthkit.autopsy.timeline.explorernodes.EventNode.isExactlyOneArtifactSelected().
Referenced by org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventRow.updateItem().
|
inherited |
Gets information about which child node of this node, if any, should be selected.
Definition at line 142 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
|
private |
Get the time of this event as a String formated according to the controller's time zone setting.
Definition at line 130 of file EventNode.java.
References org.sleuthkit.autopsy.timeline.TimeLineController.getZonedFormatter().
Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventNode.createSheet().
| String org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getItemType | ( | ) |
Definition at line 210 of file EventNode.java.
|
staticprivate |
Definition at line 283 of file EventNode.java.
Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions().
| boolean org.sleuthkit.autopsy.timeline.explorernodes.EventNode.isLeafTypeNode | ( | ) |
Definition at line 200 of file EventNode.java.
|
inherited |
Adds information about which child node of this node, if any, should be selected. Can be null.
| selectedChildNodeInfo | The child node selection information. |
Definition at line 131 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.setNodeSelection(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewOsAccount().
|
protectedinherited |
Updates the node property sheet by replacing existing properties with new properties with the same property name.
| newProps | The replacement property objects. |
Definition at line 152 of file DisplayableItemNode.java.
|
private |
Definition at line 69 of file EventNode.java.
|
staticprivate |
Definition at line 67 of file EventNode.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.