Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel, Provider, and org.sleuthkit.autopsy.corecomponentinterfaces.DataContent.
Public Member Functions | |
ExplorerManager | getExplorerManager () |
void | propertyChange (PropertyChangeEvent evt) |
void | setNode (Node selectedNode) |
Private Member Functions | |
DataContentExplorerPanel () | |
void | initialize () |
Private Attributes | |
final ExplorerManager | explorerManager = new ExplorerManager() |
final DataContentPanel | wrapped |
Panel that wraps a DataContentPanel and implements ExplorerManager.Provider. This allows the explorer manager found by the DataContentPanel to be controlled easily.
Definition at line 533 of file TimeLineTopComponent.java.
|
private |
Definition at line 538 of file TimeLineTopComponent.java.
References org.sleuthkit.autopsy.corecomponents.DataContentPanel.createInstance().
ExplorerManager org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.getExplorerManager | ( | ) |
Definition at line 544 of file TimeLineTopComponent.java.
|
private |
Initialize the contents of this panel for use. Specifically add the wrapped DataContentPanel to the AWT/Swing containment hierarchy. This will trigger the addNotify() method of the embeded Message MessageContentViewer causing it to look for a ExplorerManager; it should find the one provided by this DataContentExplorerPanel.
Definition at line 565 of file TimeLineTopComponent.java.
void org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.propertyChange | ( | PropertyChangeEvent | evt | ) |
Definition at line 554 of file TimeLineTopComponent.java.
References org.sleuthkit.autopsy.corecomponents.DataContentPanel.propertyChange().
void org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.setNode | ( | Node | selectedNode | ) |
Sets the "selected" node in this class
selectedNode | node to use |
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContent.
Definition at line 549 of file TimeLineTopComponent.java.
References org.sleuthkit.autopsy.corecomponents.DataContentPanel.setNode().
|
private |
Definition at line 535 of file TimeLineTopComponent.java.
|
private |
Definition at line 536 of file TimeLineTopComponent.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.