Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.corecomponents.DataResultPanel, and org.sleuthkit.autopsy.corecomponents.DataResultTopComponent.
Public Member Functions | |
String | getPreferredID () |
List< DataResultViewer > | getViewers () |
boolean | isMain () |
void | setNode (Node node) |
void | setPath (String pathText) |
void | setTitle (String title) |
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.
String org.sleuthkit.autopsy.corecomponentinterfaces.DataResult.getPreferredID | ( | ) |
Gets the preferred identifier for this result view panel in the window system.
Implemented in org.sleuthkit.autopsy.corecomponents.DataResultTopComponent, and org.sleuthkit.autopsy.corecomponents.DataResultPanel.
List<DataResultViewer> org.sleuthkit.autopsy.corecomponentinterfaces.DataResult.getViewers | ( | ) |
Get child viewers within this DataResult
Implemented in org.sleuthkit.autopsy.corecomponents.DataResultTopComponent, and org.sleuthkit.autopsy.corecomponents.DataResultPanel.
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.
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.
node | The 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.
pathText | The 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.
title | The title. |
Implemented in org.sleuthkit.autopsy.corecomponents.DataResultTopComponent, and org.sleuthkit.autopsy.corecomponents.DataResultPanel.
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.