org.sleuthkit.autopsy.corecomponentinterfaces/0 0.0 1

org.sleuthkit.autopsy.corecomponentinterfaces
Interface DataResultViewer


public interface DataResultViewer

Interface for the different viewers that show a set of nodes in the DataResult area. AbstractDataResultViewer has default implementations for the action handlers.

Author:
jantonius

Method Summary
 void clearComponent()
          Frees the objects that have been allocated by this viewer, in preparation for permanently disposing of it.
 java.awt.Component getComponent()
          Get Component to display this DataResultViewer
 DataResultViewer getInstance()
          Get a new instance of DataResultViewer
 java.lang.String getTitle()
          Gets the title of this viewer
 void resetComponent()
          Resets the viewer.
 void setNode(org.sleuthkit.autopsy.datamodel.ContentNode selectedNode)
          Set the root node to display in this viewer.
 

Method Detail

setNode

void setNode(org.sleuthkit.autopsy.datamodel.ContentNode selectedNode)
Set the root node to display in this viewer. When called with null, must clear all references to previous nodes.


getTitle

java.lang.String getTitle()
Gets the title of this viewer


getInstance

DataResultViewer getInstance()
Get a new instance of DataResultViewer


getComponent

java.awt.Component getComponent()
Get Component to display this DataResultViewer


resetComponent

void resetComponent()
Resets the viewer.


clearComponent

void clearComponent()
Frees the objects that have been allocated by this viewer, in preparation for permanently disposing of it.


org.sleuthkit.autopsy.corecomponentinterfaces/0 0.0 1