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

Inherits TopComponent.

Classes

class  AnimatedSplitPane
 
class  BasicSplitPaneDividerImpl
 
class  HideDetailsAreaCallback
 
class  ShowDetailsAreaCallback
 

Public Member Functions

 DiscoveryTopComponent ()
 
List< Mode > availableModes (List< Mode > modes)
 
void componentOpened ()
 
void resetTopComponent ()
 

Static Public Member Functions

static DiscoveryTopComponent getTopComponent ()
 

Protected Member Functions

void componentClosed ()
 

Private Member Functions

void initComponents ()
 
void newSearchButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

SwingAnimator animator = null
 
final DetailsPanel detailsPanel
 
int dividerLocation = -1
 
final GroupListPanel groupListPanel
 
javax.swing.JSplitPane mainSplitPane
 
javax.swing.JButton newSearchButton
 
javax.swing.JTextArea progressMessageTextArea
 
final ResultsPanel resultsPanel
 
javax.swing.JSplitPane rightSplitPane
 
Type searchType
 

Static Private Attributes

static final int ANIMATION_INCREMENT = 30
 
static final String PREFERRED_ID = "DiscoveryTc"
 
static volatile int resultsAreaSize = 250
 
static final long serialVersionUID = 1L
 

Detailed Description

Create a dialog for displaying the Discovery results.

Definition at line 51 of file DiscoveryTopComponent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.DiscoveryTopComponent ( )

Member Function Documentation

List<Mode> org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.availableModes ( List< Mode >  modes)

Definition at line 245 of file DiscoveryTopComponent.java.

void org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.componentClosed ( )
protected
void org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.componentOpened ( )
static DiscoveryTopComponent org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.getTopComponent ( )
static

Get the current DiscoveryTopComponent if it is open.

Returns
The open DiscoveryTopComponent or null if it has not been opened.

Definition at line 125 of file DiscoveryTopComponent.java.

void org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.initComponents ( )
private
void org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.newSearchButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.resetTopComponent ( )

Reset the top component so it isn't displaying any results.

Definition at line 132 of file DiscoveryTopComponent.java.

Member Data Documentation

final int org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.ANIMATION_INCREMENT = 30
staticprivate
SwingAnimator org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.animator = null
private

Definition at line 62 of file DiscoveryTopComponent.java.

final DetailsPanel org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.detailsPanel
private

Definition at line 58 of file DiscoveryTopComponent.java.

int org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.dividerLocation = -1
private

Definition at line 61 of file DiscoveryTopComponent.java.

final GroupListPanel org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.groupListPanel
private

Definition at line 57 of file DiscoveryTopComponent.java.

javax.swing.JSplitPane org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.mainSplitPane
private
javax.swing.JButton org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.newSearchButton
private
final String org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.PREFERRED_ID = "DiscoveryTc"
staticprivate

Definition at line 54 of file DiscoveryTopComponent.java.

javax.swing.JTextArea org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.progressMessageTextArea
private
volatile int org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.resultsAreaSize = 250
staticprivate
final ResultsPanel org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.resultsPanel
private

Definition at line 59 of file DiscoveryTopComponent.java.

javax.swing.JSplitPane org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.rightSplitPane
private
Type org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.searchType
private

Definition at line 60 of file DiscoveryTopComponent.java.

final long org.sleuthkit.autopsy.discovery.ui.DiscoveryTopComponent.serialVersionUID = 1L
staticprivate

Definition at line 53 of file DiscoveryTopComponent.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.