Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.explorernodes.EventNode Class Reference

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())
 

Detailed Description

Definition at line 65 of file EventNode.java.

Member Function Documentation

static EventNode org.sleuthkit.autopsy.timeline.explorernodes.EventNode.createEventNode ( final Long  eventID,
EventsModel  eventsModel 
) throws TskCoreException
static

Factory method to create an EventNode from the event ID and the events model.

Parameters
eventIDThe ID of the event this node is for.
eventsModelThe model that provides access to the events DB.
Returns
An EventNode with the content (and possible artifact) backing this event in its lookup.

Definition at line 265 of file EventNode.java.

Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventRootNode.EventNodeChildFactory.createNode(), and org.sleuthkit.autopsy.timeline.ui.listvew.ListTimeline.EventRow.updateItem().

Sheet org.sleuthkit.autopsy.timeline.explorernodes.EventNode.createSheet ( )
protected
static AbstractFile org.sleuthkit.autopsy.timeline.explorernodes.EventNode.findLinked ( BlackboardArtifact  artifact) throws TskCoreException
staticprivate

Gets the file, if any, linked to an artifact via a TSK_PATH_ID attribute

Parameters
artifactThe artifact.
Returns
An AbstractFile or null.
Exceptions
TskCoreException

Definition at line 189 of file EventNode.java.

Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions().

Action [] org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getActions ( boolean  context)
NodeSelectionInfo org.sleuthkit.autopsy.datamodel.DisplayableItemNode.getChildNodeSelectionInfo ( )
inherited

Gets information about which child node of this node, if any, should be selected.

Returns
The child node selection information, or null if no child should be selected.

Definition at line 142 of file DisplayableItemNode.java.

References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.

String org.sleuthkit.autopsy.timeline.explorernodes.EventNode.getDateTimeString ( )
private

Get the time of this event as a String formated according to the controller's time zone setting.

Returns
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 211 of file EventNode.java.

static boolean org.sleuthkit.autopsy.timeline.explorernodes.EventNode.isExactlyOneArtifactSelected ( )
staticprivate
boolean org.sleuthkit.autopsy.timeline.explorernodes.EventNode.isLeafTypeNode ( )

Definition at line 201 of file EventNode.java.

void org.sleuthkit.autopsy.datamodel.DisplayableItemNode.setChildNodeSelectionInfo ( NodeSelectionInfo  selectedChildNodeInfo)
inherited

Adds information about which child node of this node, if any, should be selected. Can be null.

Parameters
selectedChildNodeInfoThe 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(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().

synchronized final void org.sleuthkit.autopsy.datamodel.DisplayableItemNode.updatePropertySheet ( NodeProperty<?>...  newProps)
protectedinherited

Updates the node property sheet by replacing existing properties with new properties with the same property name.

Parameters
newPropsThe replacement property objects.

Definition at line 152 of file DisplayableItemNode.java.

Member Data Documentation

final TimelineEvent org.sleuthkit.autopsy.timeline.explorernodes.EventNode.event
private

Definition at line 69 of file EventNode.java.

final Logger org.sleuthkit.autopsy.timeline.explorernodes.EventNode.logger = Logger.getLogger(EventNode.class.getName())
staticprivate

Definition at line 67 of file EventNode.java.


The documentation for this class was generated from the following file:

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.