Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.corecomponentinterfaces.DataResult Interface Reference

Inherited by org.sleuthkit.autopsy.corecomponents.DataResultPanel, and org.sleuthkit.autopsy.corecomponents.DataResultTopComponent.

Public Member Functions

void setNode (Node selectedNode)
 
String getPreferredID ()
 
void setTitle (String title)
 
void setPath (String pathText)
 
boolean isMain ()
 
List< DataResultViewergetViewers ()
 

Detailed Description

The interface for the "top right component" window.

Definition at line 28 of file DataResult.java.

Member Function Documentation

String org.sleuthkit.autopsy.corecomponentinterfaces.DataResult.getPreferredID ( )

Gets the unique TopComponent ID of this class.

Returns
preferredID the unique ID

Implemented in org.sleuthkit.autopsy.corecomponents.DataResultPanel, and org.sleuthkit.autopsy.corecomponents.DataResultTopComponent.

List<DataResultViewer> org.sleuthkit.autopsy.corecomponentinterfaces.DataResult.getViewers ( )
boolean org.sleuthkit.autopsy.corecomponentinterfaces.DataResult.isMain ( )

Checks if this is the main (uncloseable) instance of DataResult

Returns
true if it is the main instance, otherwise false

Implemented in org.sleuthkit.autopsy.corecomponents.DataResultPanel, and org.sleuthkit.autopsy.corecomponents.DataResultTopComponent.

void org.sleuthkit.autopsy.corecomponentinterfaces.DataResult.setNode ( Node  selectedNode)
void org.sleuthkit.autopsy.corecomponentinterfaces.DataResult.setPath ( String  pathText)

Sets the descriptive context text at the top of the pane.

Parameters
pathTextDescriptive text giving context for the current results

Implemented in org.sleuthkit.autopsy.corecomponents.DataResultPanel, and org.sleuthkit.autopsy.corecomponents.DataResultTopComponent.

void org.sleuthkit.autopsy.corecomponentinterfaces.DataResult.setTitle ( String  title)

Sets the title of this TopComponent

Parameters
titlethe given title (String)

Implemented in org.sleuthkit.autopsy.corecomponents.DataResultPanel, and org.sleuthkit.autopsy.corecomponents.DataResultTopComponent.


The documentation for this interface was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.