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.corecomponents.TableFilterNode Class Reference

Inherits FilterNode.

Public Member Functions

 TableFilterNode (Node arg, boolean crChild)
 
String getDisplayName ()
 

Private Attributes

boolean createChild
 

Detailed Description

This class is used to filter the nodes that we want to show on the "TreeTableView". So basically we just want to show one layer of nodes from it's parent.

Author
jantonius

Definition at line 31 of file TableFilterNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponents.TableFilterNode.TableFilterNode ( Node  arg,
boolean  crChild 
)

the constructor

Definition at line 36 of file TableFilterNode.java.

Member Function Documentation

String org.sleuthkit.autopsy.corecomponents.TableFilterNode.getDisplayName ( )

Override the display name / header for the first (tree) column on the "TreeTableView".

Returns
disName the display name for the first column

Definition at line 48 of file TableFilterNode.java.

Member Data Documentation

boolean org.sleuthkit.autopsy.corecomponents.TableFilterNode.createChild
private

Definition at line 33 of file TableFilterNode.java.


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.