org.sleuthkit.autopsy.corecomponentinterfaces/0 0.0 1

org.sleuthkit.autopsy.corecomponentinterfaces
Interface DataContent

All Superinterfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public interface DataContent
extends java.beans.PropertyChangeListener

The interface for the "bottom right component" window.

Author:
jantonius

Method Summary
 org.openide.windows.TopComponent getTopComponent()
          Get the TopComponent that is used when displaying this DataContent
 void setNode(org.sleuthkit.autopsy.datamodel.ContentNode selectedNode)
          Sets the "selected" node in this class
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Method Detail

setNode

void setNode(org.sleuthkit.autopsy.datamodel.ContentNode selectedNode)
Sets the "selected" node in this class

Parameters:
selectedNode - node to use

getTopComponent

org.openide.windows.TopComponent getTopComponent()
Get the TopComponent that is used when displaying this DataContent

Returns:
TopComponent for this DataContent

org.sleuthkit.autopsy.corecomponentinterfaces/0 0.0 1