Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Detachable< Object >.
Public Member Functions | |
void | refreshChildren () |
Protected Member Functions | |
void | addNotify () |
boolean | createKeys (List< Object > list) |
Node | createNodeForKey (Object key) |
void | removeNotify () |
Private Attributes | |
final PropertyChangeListener | pcl |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(AutopsyTreeChildFactory.class.getName()) |
Child factory to create the top level children of the autopsy tree
Definition at line 46 of file AutopsyTreeChildFactory.java.
|
protected |
|
protected |
Creates keys for the top level children.
list | list of keys created |
Definition at line 83 of file AutopsyTreeChildFactory.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.CasePreferences.getGroupItemsInTreeByDataSource(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
protected |
Creates nodes for the top level Key
key |
Definition at line 124 of file AutopsyTreeChildFactory.java.
void org.sleuthkit.autopsy.datamodel.AutopsyTreeChildFactory.refreshChildren | ( | ) |
Refresh the children
Definition at line 140 of file AutopsyTreeChildFactory.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.rebuildTree().
|
protected |
|
staticprivate |
Definition at line 48 of file AutopsyTreeChildFactory.java.
|
private |
Listener for handling DATA_SOURCE_ADDED events.
Definition at line 53 of file AutopsyTreeChildFactory.java.
Referenced by org.sleuthkit.autopsy.datamodel.AutopsyTreeChildFactory.addNotify(), and org.sleuthkit.autopsy.datamodel.AutopsyTreeChildFactory.removeNotify().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.