Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Keys< Object >.
Classes | |
class | CreateAutopsyNodeVisitor |
Public Member Functions | |
RootContentChildren (Collection<?extends Object > contentKeys) | |
void | refreshContentKeys () |
Protected Member Functions | |
void | addNotify () |
Node[] | createNodes (Object key) |
void | removeNotify () |
Private Attributes | |
final Collection<?extends Object > | contentKeys |
final CreateAutopsyNodeVisitor | createAutopsyNodeVisitor = new CreateAutopsyNodeVisitor() |
final CreateSleuthkitNodeVisitor | createSleuthkitNodeVisitor = new CreateSleuthkitNodeVisitor() |
Children implementation for the root node of a ContentNode tree. Accepts a list of root Content objects for the tree.
Definition at line 34 of file RootContentChildren.java.
org.sleuthkit.autopsy.datamodel.RootContentChildren.RootContentChildren | ( | Collection<?extends Object > | contentKeys | ) |
contentKeys | root Content objects for the Node tree |
Definition at line 43 of file RootContentChildren.java.
References org.sleuthkit.autopsy.datamodel.RootContentChildren.contentKeys.
|
protected |
Definition at line 49 of file RootContentChildren.java.
|
protected |
Definition at line 69 of file RootContentChildren.java.
void org.sleuthkit.autopsy.datamodel.RootContentChildren.refreshContentKeys | ( | ) |
Refresh all content keys This creates new nodes of keys have changed.
TODO ideally, nodes would respond to event from wrapped content object but we are not ready for this.
Definition at line 64 of file RootContentChildren.java.
|
protected |
Definition at line 54 of file RootContentChildren.java.
|
private |
Definition at line 36 of file RootContentChildren.java.
Referenced by org.sleuthkit.autopsy.datamodel.RootContentChildren.RootContentChildren().
|
private |
Definition at line 37 of file RootContentChildren.java.
|
private |
Definition at line 38 of file RootContentChildren.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.