Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel, Provider, and Provider.
Public Member Functions | |
OutlineViewPanel () | |
ExplorerManager | getExplorerManager () |
Lookup | getLookup () |
OutlineView | getOutlineView () |
void | hideOutlineView (String message) |
void | setEnabled (boolean enabled) |
void | setNode (Node node) |
void | setTableColumnsWidth (double...percentages) |
void | showOutlineView () |
Private Member Functions | |
void | initComponents () |
Private Attributes | |
final Lookup | lookup |
javax.swing.JLabel | messageLabel |
javax.swing.JPanel | messagePanel |
org.openide.explorer.view.OutlineView | outlineView |
final ExplorerManager | tableEm |
This class is a simple wrapper around a OutlineView with its own ExplorerManager.
This panel has the added feature of being able to hide the OutlineView and show a message.
Definition at line 38 of file OutlineViewPanel.java.
org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.OutlineViewPanel | ( | ) |
Creates new form OutlineViewPanel
Definition at line 45 of file OutlineViewPanel.java.
References org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.initComponents().
ExplorerManager org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.getExplorerManager | ( | ) |
Definition at line 53 of file OutlineViewPanel.java.
References org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.tableEm.
Referenced by org.sleuthkit.autopsy.communications.relationships.MessagesPanel.handleFocusChange(), and org.sleuthkit.autopsy.communications.relationships.MessagesPanel.MessagesPanel().
Lookup org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.getLookup | ( | ) |
Definition at line 58 of file OutlineViewPanel.java.
References org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.lookup.
OutlineView org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.getOutlineView | ( | ) |
Returns the OutlineView instance for ease of customization.
Definition at line 90 of file OutlineViewPanel.java.
References org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.outlineView.
Referenced by org.sleuthkit.autopsy.communications.relationships.MessagesPanel.MessagesPanel(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.SummaryViewer().
void org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.hideOutlineView | ( | String | message | ) |
Hide the OutlineView and replace with a panel with the given message.
message | String message to show on the panel. |
Definition at line 67 of file OutlineViewPanel.java.
References org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.messageLabel.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.SummaryViewer().
|
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 133 of file OutlineViewPanel.java.
References org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.messageLabel, org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.messagePanel, and org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.outlineView.
Referenced by org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.OutlineViewPanel().
void org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.setEnabled | ( | boolean | enabled | ) |
Definition at line 99 of file OutlineViewPanel.java.
References org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.outlineView.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setEnabled().
void org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.setNode | ( | Node | node | ) |
Definition at line 94 of file OutlineViewPanel.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.clearControls(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
void org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.setTableColumnsWidth | ( | double... | percentages | ) |
Sets the width of the columns of the OutlineView based on the passed in list of percentages. There should be on double value for each column in the OutlineView.
percentages | A series of double percentages values representing what percent of the total width of the table each column should have. |
Definition at line 113 of file OutlineViewPanel.java.
References org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.outlineView.
Referenced by org.sleuthkit.autopsy.communications.relationships.MessagesPanel.MessagesPanel().
void org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.showOutlineView | ( | ) |
Hides the message panel and shows the OutlineView.
Definition at line 78 of file OutlineViewPanel.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
|
private |
Definition at line 41 of file OutlineViewPanel.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.getLookup().
|
private |
Definition at line 154 of file OutlineViewPanel.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.hideOutlineView(), and org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.initComponents().
|
private |
Definition at line 155 of file OutlineViewPanel.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.initComponents().
|
private |
Definition at line 156 of file OutlineViewPanel.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.getOutlineView(), org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.initComponents(), org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.setEnabled(), and org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.setTableColumnsWidth().
|
private |
Definition at line 40 of file OutlineViewPanel.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.OutlineViewPanel.getExplorerManager().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.