Autopsy
4.7.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 503 of file TimeLineTopComponent.java.
|
private |
Definition at line 508 of file TimeLineTopComponent.java.
References org.sleuthkit.autopsy.corecomponents.DataContentPanel.createInstance().
ExplorerManager org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.getExplorerManager | ( | ) |
Definition at line 514 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 535 of file TimeLineTopComponent.java.
void org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.propertyChange | ( | PropertyChangeEvent | evt | ) |
Definition at line 524 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 519 of file TimeLineTopComponent.java.
References org.sleuthkit.autopsy.corecomponents.DataContentPanel.setNode().
|
private |
Definition at line 505 of file TimeLineTopComponent.java.
|
private |
Definition at line 506 of file TimeLineTopComponent.java.
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.