Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel, org.sleuthkit.autopsy.corecomponentinterfaces.DataContent, and ChangeListener.
Classes | |
class | DataContentPanelWorker |
class | UpdateWrapper |
class | WorkerResults |
Public Member Functions | |
JTabbedPane | getTabPanels () |
void | propertyChange (PropertyChangeEvent evt) |
void | setNode (Node selectedNode) |
void | stateChanged (ChangeEvent evt) |
Static Public Member Functions | |
static DataContentPanel | createInstance () |
Private Member Functions | |
void | initComponents () |
void | updateTabs (Node selectedNode, List< Integer > supportedIndices, int preferredIndex) |
Private Attributes | |
Node | currentNode |
final boolean | isMain |
javax.swing.JTabbedPane | jTabbedPane1 |
boolean | listeningToTabbedPane = false |
final List< UpdateWrapper > | viewers = new ArrayList<>() |
DataContentPanelWorker | workerThread |
Static Private Attributes | |
static Logger | logger = Logger.getLogger(DataContentPanel.class.getName()) |
Data content panel.
Definition at line 46 of file DataContentPanel.java.
|
static |
Factory method to create an external (not main window) data content panel to be used in an external window
Definition at line 99 of file DataContentPanel.java.
Referenced by org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.DataContentExplorerPanel().
JTabbedPane org.sleuthkit.autopsy.corecomponents.DataContentPanel.getTabPanels | ( | ) |
Definition at line 103 of file DataContentPanel.java.
Referenced by org.sleuthkit.autopsy.corecomponents.DataContentTopComponent.getTabPanels().
|
private |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
Definition at line 114 of file DataContentPanel.java.
void org.sleuthkit.autopsy.corecomponents.DataContentPanel.propertyChange | ( | PropertyChangeEvent | evt | ) |
Definition at line 200 of file DataContentPanel.java.
Referenced by org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.propertyChange().
void org.sleuthkit.autopsy.corecomponents.DataContentPanel.setNode | ( | Node | selectedNode | ) |
Sets the "selected" node in this class
selectedNode | node to use |
Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContent.
Definition at line 136 of file DataContentPanel.java.
Referenced by org.sleuthkit.autopsy.corecomponents.DataContentTopComponent.componentClosed(), org.sleuthkit.autopsy.corecomponents.DataContentTopComponent.setNode(), and org.sleuthkit.autopsy.timeline.TimeLineTopComponent.DataContentExplorerPanel.setNode().
void org.sleuthkit.autopsy.corecomponents.DataContentPanel.stateChanged | ( | ChangeEvent | evt | ) |
Definition at line 204 of file DataContentPanel.java.
|
private |
Update the state of the tabs based on the given data.
selectedNode | The currently selected node. |
supportedIndices | The indices of the tabs that are supported by this node type. |
preferredIndex | The index of the tab which is preferred. |
Definition at line 171 of file DataContentPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.keepPreferredContentViewer().
|
private |
Definition at line 50 of file DataContentPanel.java.
|
private |
Definition at line 51 of file DataContentPanel.java.
|
private |
Definition at line 132 of file DataContentPanel.java.
|
private |
Definition at line 52 of file DataContentPanel.java.
|
staticprivate |
Definition at line 48 of file DataContentPanel.java.
|
private |
Definition at line 49 of file DataContentPanel.java.
|
private |
Definition at line 54 of file DataContentPanel.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue May 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.