Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.corecomponents.AbstractDataResultViewer.
Public Member Functions | |
DataSourceSummaryResultViewer () | |
DataSourceSummaryResultViewer (ExplorerManager explorerManager) | |
DataSourceSummaryResultViewer (ExplorerManager explorerManager, String title) | |
void | clearComponent () |
DataResultViewer | createInstance () |
default void | expandNode (Node node) |
Component | getComponent () |
ExplorerManager | getExplorerManager () |
String | getTitle () |
boolean | isSupported (Node node) |
default void | resetComponent () |
default void | setContentViewer (DataContent contentViewer) |
void | setNode (Node node) |
void | setSelectedNodes (Node[] selected) |
Private Member Functions | |
DataSource | getDataSource (Node node) |
void | initComponents () |
Private Attributes | |
DataSourceSummaryTabbedPane | summaryPanel |
final String | title |
Static Private Attributes | |
static final Logger | LOGGER = Logger.getLogger(DataSourceSummaryResultViewer.class.getName()) |
static final long | serialVersionUID = 1L |
A tabular result viewer that displays a summary of the selected Data Source.
Definition at line 41 of file DataSourceSummaryResultViewer.java.
org.sleuthkit.autopsy.resultviewers.summary.DataSourceSummaryResultViewer.DataSourceSummaryResultViewer | ( | ) |
Constructs a tabular result viewer that displays a summary of the selected Data Source.
Definition at line 52 of file DataSourceSummaryResultViewer.java.
org.sleuthkit.autopsy.resultviewers.summary.DataSourceSummaryResultViewer.DataSourceSummaryResultViewer | ( | ExplorerManager | explorerManager | ) |
Constructs a tabular result viewer that displays a summary of the selected Data Source.
explorerManager | The explorer manager of the ancestor top component. |
Definition at line 67 of file DataSourceSummaryResultViewer.java.
org.sleuthkit.autopsy.resultviewers.summary.DataSourceSummaryResultViewer.DataSourceSummaryResultViewer | ( | ExplorerManager | explorerManager, |
String | title | ||
) |
Constructs a tabular result viewer that displays a summary of the selected Data Source.
explorerManager | The explorer manager of the ancestor top component. |
title | The title. |
Definition at line 80 of file DataSourceSummaryResultViewer.java.
void org.sleuthkit.autopsy.resultviewers.summary.DataSourceSummaryResultViewer.clearComponent | ( | ) |
Frees any resources tha have been allocated by this result viewer, in preparation for permanently disposing of it.
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataResultViewer.
Definition at line 139 of file DataSourceSummaryResultViewer.java.
DataResultViewer org.sleuthkit.autopsy.resultviewers.summary.DataSourceSummaryResultViewer.createInstance | ( | ) |
Creates a new instance of this result viewer, which allows the application to use the capability provided by this result viewer in more than one result view. This is done by using the default instance of this result viewer as a "factory" for creating other instances.
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataResultViewer.
Definition at line 87 of file DataSourceSummaryResultViewer.java.
|
inherited |
Sets the node for which this result viewer should provide a view of the underlying application data model object, and expands the node.
node | The node. |
Definition at line 126 of file DataResultViewer.java.
|
inherited |
Gets the Swing component for this viewer.
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataResultViewer.
Definition at line 87 of file AbstractDataResultViewer.java.
|
private |
Returns the datasource attached to the node or null if none can be found.
node | The node to search. |
Definition at line 103 of file DataSourceSummaryResultViewer.java.
|
inherited |
Definition at line 70 of file AbstractDataResultViewer.java.
References org.sleuthkit.autopsy.corecomponents.AbstractDataResultViewer.explorerManager.
Referenced by org.sleuthkit.autopsy.corecomponents.DataResultViewerThumbnail.PageUpdater.childrenAdded(), org.sleuthkit.autopsy.corecomponents.DataResultViewerThumbnail.NodeSelectionListener.propertyChange(), org.sleuthkit.autopsy.corecomponents.AbstractDataResultViewer.setSelectedNodes(), and org.sleuthkit.autopsy.corecomponents.DataResultViewerThumbnail.switchPage().
String org.sleuthkit.autopsy.resultviewers.summary.DataSourceSummaryResultViewer.getTitle | ( | ) |
Gets the title of this result viewer.
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataResultViewer.
Definition at line 128 of file DataSourceSummaryResultViewer.java.
|
private |
Definition at line 132 of file DataSourceSummaryResultViewer.java.
boolean org.sleuthkit.autopsy.resultviewers.summary.DataSourceSummaryResultViewer.isSupported | ( | Node | node | ) |
Indicates whether this result viewer is able to provide a meaningful view of the application data represented by a given node. Typically, indicates whether or not this result viewer can use the given node as the root node of its child explorer view component.
node | The node. |
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataResultViewer.
Definition at line 92 of file DataSourceSummaryResultViewer.java.
|
inherited |
Resets the state of the Swing component for this viewer to its default state.
Implemented in org.sleuthkit.autopsy.corecomponents.DataResultViewerThumbnail.
Definition at line 107 of file DataResultViewer.java.
|
inherited |
Sets a custom content viewer to which nodes selected in this result viewer should be pushed via DataContent.setNode.
contentViewer | The content viewer. |
Definition at line 138 of file DataResultViewer.java.
void org.sleuthkit.autopsy.resultviewers.summary.DataSourceSummaryResultViewer.setNode | ( | Node | node | ) |
Sets the node for which this result viewer should provide a view of the underlying application data. Typically, this means using the given node as the root node of this result viewer's child explorer view component.
node | The node, may be null. If null, the call to this method is equivalent to a call to resetComponent. |
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataResultViewer.
Definition at line 109 of file DataSourceSummaryResultViewer.java.
|
inherited |
Requests selection of the given child nodes of the node passed to setNode. This method should be implemented as a no-op for result viewers that do not display the child nodes of a given root node using a NetBeans explorer view set up to use a given explorer manager.
selectedNodes | The child nodes to select. |
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataResultViewer.
Definition at line 78 of file AbstractDataResultViewer.java.
References org.sleuthkit.autopsy.corecomponents.AbstractDataResultViewer.getExplorerManager().
|
staticprivate |
Definition at line 44 of file DataSourceSummaryResultViewer.java.
|
staticprivate |
Definition at line 43 of file DataSourceSummaryResultViewer.java.
|
private |
Definition at line 144 of file DataSourceSummaryResultViewer.java.
|
private |
Definition at line 46 of file DataSourceSummaryResultViewer.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.