Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.detailview.tree.NavTreeNode Class Reference

Public Member Functions

EventType getType ()
 
String getDescription ()
 
int getCount ()
 
 NavTreeNode (EventType type, String Description, int count)
 

Private Attributes

final EventType type
 
final String Description
 
final int count
 

Detailed Description

The data item for the nav tree. Represents a combination of type and description, as well as the corresponding number of events

Definition at line 27 of file NavTreeNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.detailview.tree.NavTreeNode.NavTreeNode ( EventType  type,
String  Description,
int  count 
)

Member Function Documentation

int org.sleuthkit.autopsy.timeline.ui.detailview.tree.NavTreeNode.getCount ( )
String org.sleuthkit.autopsy.timeline.ui.detailview.tree.NavTreeNode.getDescription ( )
EventType org.sleuthkit.autopsy.timeline.ui.detailview.tree.NavTreeNode.getType ( )

Member Data Documentation

final int org.sleuthkit.autopsy.timeline.ui.detailview.tree.NavTreeNode.count
private
final String org.sleuthkit.autopsy.timeline.ui.detailview.tree.NavTreeNode.Description
private
final EventType org.sleuthkit.autopsy.timeline.ui.detailview.tree.NavTreeNode.type
private

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.