Autopsy  4.9.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

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

Detailed Description

An interface for result view components. A result view component provides multiple views of the application data represented by a given NetBeans Node. The differing views of the node are supplied by a collection of result viewers (implementations of the DataResultViewer interface).

A typical implementation of this interface are the NetBeans TopComponents (DataResultTopComponents) that use a child result view component (DataResultPanel) for displaying their result viewers, and are docked into the upper right hand side (editor mode) of the main application window.

Definition at line 35 of file DataResult.java.

Member Function Documentation

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

Gets the preferred identifier for this result view panel in the window system.

Returns
The preferred identifier.

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

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

Gets whether or not this result view panel is the "main" result view panel used to view the child nodes of a node selected in the application tree view (DirectoryTreeTopComponent) that is normally docked into the left hand side of the main window.

Returns
True or false.

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

void org.sleuthkit.autopsy.corecomponentinterfaces.DataResult.setNode ( Node  node)

Sets the node for which this result view component should provide multiple views of the underlying application data.

Parameters
nodeThe node, may be null. If null, the call to this method is equivalent to a call to resetComponent on this result view component's result viewers.

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

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

Sets the descriptive text about the source of the nodes displayed in this result view component.

Parameters
pathTextThe text to display.

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

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

Sets the title of this result view component.

Parameters
titleThe title.

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


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

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.