|
Autopsy
4.4
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode, and Observer.
Public Member Functions | |
| ListNode (String listName) | |
| NodeSelectionInfo | getChildNodeSelectionInfo () |
| String | getItemType () |
| boolean | isLeafTypeNode () |
| void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
| void | update (Observable o, Object arg) |
Protected Member Functions | |
| Sheet | createSheet () |
Private Member Functions | |
| void | updateDisplayName () |
Private Attributes | |
| final String | listName |
Represents the keyword search lists (or default groupings if list was not given)
Definition at line 464 of file KeywordHits.java.
| org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.ListNode | ( | String | listName | ) |
Definition at line 468 of file KeywordHits.java.
References org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.listName, and org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.updateDisplayName().
|
protected |
Definition at line 489 of file KeywordHits.java.
|
inherited |
Gets information about which child node of this node, if any, should be selected.
Definition at line 138 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
| String org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.getItemType | ( | ) |
Definition at line 526 of file KeywordHits.java.
| boolean org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.isLeafTypeNode | ( | ) |
Definition at line 511 of file KeywordHits.java.
|
inherited |
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 127 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.actionPerformed(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
| void org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.update | ( | Observable | o, |
| Object | arg | ||
| ) |
Definition at line 521 of file KeywordHits.java.
References org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.updateDisplayName().
|
private |
Definition at line 477 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.ListNode(), and org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.update().
|
private |
Definition at line 466 of file KeywordHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeywordHits.ListNode.ListNode().
Copyright © 2012-2016 Basis Technology. Generated on: Tue Jun 13 2017
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.