Autopsy  4.8.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel Class Reference

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
 

Detailed Description

Panel that wraps a DataContentPanel and implements ExplorerManager.Provider. This allows the explorer manager found by the DataContentPanel to be controlled easily.

See also
org.sleuthkit.autopsy.communications.MessageDataContent for another solution to a very similar problem.

Definition at line 503 of file TimeLineTopComponent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.DataContentExplorerPanel ( )
private

Member Function Documentation

ExplorerManager org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.getExplorerManager ( )

Definition at line 514 of file TimeLineTopComponent.java.

void org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.initialize ( )
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)
void org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.setNode ( Node  selectedNode)

Sets the "selected" node in this class

Parameters
selectedNodenode to use

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContent.

Definition at line 519 of file TimeLineTopComponent.java.

References org.sleuthkit.autopsy.corecomponents.DataContentPanel.setNode().

Member Data Documentation

final ExplorerManager org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.explorerManager = new ExplorerManager()
private

Definition at line 505 of file TimeLineTopComponent.java.

final DataContentPanel org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.wrapped
private

Definition at line 506 of file TimeLineTopComponent.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Thu Oct 4 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.