Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.geolocation.HidingPane Class Reference

Inherits JTabbedPane.

Public Member Functions

 HidingPane ()
 

Private Member Functions

void handleMouseClick (Point point)
 

Private Attributes

final JPanel panel
 
boolean panelVisible = true
 
final JScrollPane scrollPane
 
final JLabel tabLabel
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A JTabbed pane with one tab that says "Filters". When the user clicks on that table the content of the tab will be hidden.

The content pane provides support for scrolling.

Definition at line 40 of file HidingPane.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.geolocation.HidingPane.HidingPane ( )

Constructs a new HidingFilterPane

Definition at line 56 of file HidingPane.java.

References org.sleuthkit.autopsy.geolocation.HidingPane.handleMouseClick().

Member Function Documentation

void org.sleuthkit.autopsy.geolocation.HidingPane.handleMouseClick ( Point  point)
private

Handle the mouse click.

Parameters
point

Definition at line 114 of file HidingPane.java.

Referenced by org.sleuthkit.autopsy.geolocation.HidingPane.HidingPane().

Member Data Documentation

final JPanel org.sleuthkit.autopsy.geolocation.HidingPane.panel
private

Definition at line 45 of file HidingPane.java.

boolean org.sleuthkit.autopsy.geolocation.HidingPane.panelVisible = true
private

Definition at line 48 of file HidingPane.java.

final JScrollPane org.sleuthkit.autopsy.geolocation.HidingPane.scrollPane
private

Definition at line 44 of file HidingPane.java.

final long org.sleuthkit.autopsy.geolocation.HidingPane.serialVersionUID = 1L
staticprivate

Definition at line 42 of file HidingPane.java.

final JLabel org.sleuthkit.autopsy.geolocation.HidingPane.tabLabel
private

Definition at line 46 of file HidingPane.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.