Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.corecomponents.TableFilterNode Class Reference

Inherits FilterNode.

Public Member Functions

 TableFilterNode (Node node, boolean createChildren)
 
 TableFilterNode (Node node)
 
 TableFilterNode (Node node, boolean createChildren, String columnOrderKey)
 
NodeSelectionInfo getChildNodeSelectionInfo ()
 
String getDisplayName ()
 
void setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo)
 

Protected Member Functions

String getParentDisplayName ()
 

Private Attributes

String columnOrderKey = "NONE"
 
final boolean createChildren
 
boolean forceUseWrappedDisplayName = false
 

Detailed Description

A filter node that creates at most one layer of child nodes for the node it wraps. It is designed to be used in the results view to ensure the individual viewers display only the first layer of child nodes.

Definition at line 33 of file TableFilterNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponents.TableFilterNode.TableFilterNode ( Node  node,
boolean  createChildren 
)

Constructs a filter node that creates at most one layer of child nodes for the node it wraps. It is designed to be used in the results view to ensure the individual viewers display only the first layer of child nodes.

Parameters
nodeThe node to wrap in the filter node.
createChildrenTrue if a Children object should be created for the wrapped node.

Definition at line 49 of file TableFilterNode.java.

References org.sleuthkit.autopsy.corecomponents.TableFilterNode.createChildren.

org.sleuthkit.autopsy.corecomponents.TableFilterNode.TableFilterNode ( Node  node)

Constructs a filter node that generates children using TableFilterChildrenWithDescendants. This enables row to have descendants.

Enables use of getDisplayName() for children of this node.

Parameters
nodeThe node to wrap

Definition at line 62 of file TableFilterNode.java.

org.sleuthkit.autopsy.corecomponents.TableFilterNode.TableFilterNode ( Node  node,
boolean  createChildren,
String  columnOrderKey 
)

Constructs a filter node that creates at most one layer of child nodes for the node it wraps. It is designed to be used in the results view to ensure the individual viewers display only the first layer of child nodes.

Parameters
nodeThe node to wrap in the filter node.
createChildrenTrue if a Children object should be created for the wrapped node.
columnOrderKeyA key that represents the type of the original wrapped node and what is being displayed under that node.

Definition at line 93 of file TableFilterNode.java.

References org.sleuthkit.autopsy.corecomponents.TableFilterNode.columnOrderKey, and org.sleuthkit.autopsy.corecomponents.TableFilterNode.createChildren.

Member Function Documentation

NodeSelectionInfo org.sleuthkit.autopsy.corecomponents.TableFilterNode.getChildNodeSelectionInfo ( )

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 143 of file TableFilterNode.java.

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

Gets the display name for the wrapped node, for use in the first column of an Autopsy table view.

Returns
The display name.

Definition at line 106 of file TableFilterNode.java.

String org.sleuthkit.autopsy.corecomponents.TableFilterNode.getParentDisplayName ( )
protected

Definition at line 116 of file TableFilterNode.java.

void org.sleuthkit.autopsy.corecomponents.TableFilterNode.setChildNodeSelectionInfo ( NodeSelectionInfo  selectedChildNodeInfo)

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 126 of file TableFilterNode.java.

Member Data Documentation

String org.sleuthkit.autopsy.corecomponents.TableFilterNode.columnOrderKey = "NONE"
private
final boolean org.sleuthkit.autopsy.corecomponents.TableFilterNode.createChildren
private
boolean org.sleuthkit.autopsy.corecomponents.TableFilterNode.forceUseWrappedDisplayName = false
private

Definition at line 36 of file TableFilterNode.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.