Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AbstractContentNode< Image >.
Public Member Functions | |
ImageNode (Image img) | |
Action[] | getActions (boolean context) |
T | getContent () |
List< Content > | getContentChildren () |
int | getContentChildrenCount () |
List< Long > | getContentChildrenIds () |
String | getItemType () |
String | getName () |
boolean | hasContentChildren () |
boolean | hasVisibleContentChildren () |
boolean | isLeafTypeNode () |
int | read (byte[] buf, long offset, long len) throws TskException |
void | setName (String name) |
Static Public Member Functions | |
static boolean | contentHasVisibleContentChildren (Content c) |
Protected Member Functions | |
Sheet | createSheet () |
Private Member Functions | |
void | removeListeners () |
Private Attributes | |
final PropertyChangeListener | pcl |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(ImageNode.class.getName()) |
This class is used to represent the "Node" for the image. The children of this node are volumes.
Definition at line 54 of file ImageNode.java.
org.sleuthkit.autopsy.datamodel.ImageNode.ImageNode | ( | Image | img | ) |
img |
Definition at line 73 of file ImageNode.java.
References org.sleuthkit.autopsy.casemodule.Case.addEventTypeSubscriber(), org.sleuthkit.autopsy.ingest.IngestManager.addIngestModuleEventListener(), org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), and org.sleuthkit.autopsy.datamodel.ImageNode.pcl.
|
staticinherited |
Return true if the given content object has children. Useful for lazy loading.
c | The content object to look for children on |
Definition at line 111 of file AbstractContentNode.java.
References org.sleuthkit.autopsy.casemodule.Case::getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case::getSleuthkitCase().
|
protected |
Definition at line 137 of file ImageNode.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
Action [] org.sleuthkit.autopsy.datamodel.ImageNode.getActions | ( | boolean | context | ) |
Right click action for this node
context |
Definition at line 102 of file ImageNode.java.
References org.sleuthkit.autopsy.directorytree.ExplorerNodeActionVisitor.getActions().
|
inherited |
Return the content data associated with this node
Definition at line 80 of file AbstractContentNode.java.
|
inherited |
Return children of the underlying content.
Definition at line 181 of file AbstractContentNode.java.
|
inherited |
Get count of the underlying content object children.
Useful for lazy loading.
Definition at line 203 of file AbstractContentNode.java.
|
inherited |
Return ids of children of the underlying content. The ids can be treated as keys - useful for lazy loading.
Definition at line 161 of file AbstractContentNode.java.
String org.sleuthkit.autopsy.datamodel.ImageNode.getItemType | ( | ) |
Definition at line 205 of file ImageNode.java.
|
inherited |
Definition at line 90 of file AbstractContentNode.java.
|
inherited |
Return true if the underlying content object has children Useful for lazy loading.
Definition at line 141 of file AbstractContentNode.java.
|
inherited |
Return true if the underlying content object has children Useful for lazy loading.
Definition at line 100 of file AbstractContentNode.java.
References org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >::contentHasVisibleContentChildren().
boolean org.sleuthkit.autopsy.datamodel.ImageNode.isLeafTypeNode | ( | ) |
Definition at line 195 of file ImageNode.java.
|
inherited |
Reads the content of this node (of the underlying content object).
buf | buffer to read into |
offset | the starting offset in the content object |
len | the length to read |
TskException | exception thrown if the requested part of content could not be read |
Definition at line 229 of file AbstractContentNode.java.
|
private |
Definition at line 87 of file ImageNode.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.datamodel.ImageNode.pcl, org.sleuthkit.autopsy.casemodule.Case.removeEventTypeSubscriber(), and org.sleuthkit.autopsy.ingest.IngestManager.removeIngestModuleEventListener().
|
inherited |
Definition at line 85 of file AbstractContentNode.java.
|
staticprivate |
Definition at line 56 of file ImageNode.java.
|
private |
Definition at line 214 of file ImageNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.ImageNode.ImageNode(), and org.sleuthkit.autopsy.datamodel.ImageNode.removeListeners().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.