Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits FilterNode.
Public Member Functions | |
TableFilterNode (Node node, boolean createChildren) | |
TableFilterNode (Node node, boolean createChildren, String columnOrderKey) | |
TableFilterNode (Node node, int childLayerDepth) | |
NodeSelectionInfo | getChildNodeSelectionInfo () |
String | getColumnOrderKey () |
String | getDisplayName () |
void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
Private Attributes | |
String | columnOrderKey = "NONE" |
final boolean | createChildren |
final boolean | forceUseWrappedDisplayName |
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.
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.
node | The node to wrap in the filter node. |
createChildren | True 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, |
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.
node | The node to wrap in the filter node. |
createChildren | True if a Children object should be created for the wrapped node. |
columnOrderKey | A key that represents the type of the original wrapped node and what is being displayed under that node. |
Definition at line 67 of file TableFilterNode.java.
References org.sleuthkit.autopsy.corecomponents.TableFilterNode.columnOrderKey, and org.sleuthkit.autopsy.corecomponents.TableFilterNode.createChildren.
org.sleuthkit.autopsy.corecomponents.TableFilterNode.TableFilterNode | ( | Node | node, |
int | childLayerDepth | ||
) |
Definition at line 74 of file TableFilterNode.java.
NodeSelectionInfo org.sleuthkit.autopsy.corecomponents.TableFilterNode.getChildNodeSelectionInfo | ( | ) |
Gets information about which child node of this node, if any, should be selected.
Definition at line 120 of file TableFilterNode.java.
String org.sleuthkit.autopsy.corecomponents.TableFilterNode.getColumnOrderKey | ( | ) |
Definition at line 139 of file TableFilterNode.java.
References org.sleuthkit.autopsy.corecomponents.TableFilterNode.columnOrderKey.
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.
Definition at line 87 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.
selectedChildNodeInfo | The child node selection information. |
Definition at line 103 of file TableFilterNode.java.
|
private |
Definition at line 37 of file TableFilterNode.java.
Referenced by org.sleuthkit.autopsy.corecomponents.TableFilterNode.getColumnOrderKey(), and org.sleuthkit.autopsy.corecomponents.TableFilterNode.TableFilterNode().
|
private |
Definition at line 35 of file TableFilterNode.java.
Referenced by org.sleuthkit.autopsy.corecomponents.TableFilterNode.TableFilterNode().
|
private |
Definition at line 36 of file TableFilterNode.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.