Autopsy  4.15.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.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
 

Static Private Attributes

static final int ANIMATION_INCREMENT = 10
 
static final String PREFERRED_ID = "DiscoveryTopComponent"
 
static final int RESULTS_AREA_SMALL_SIZE = 250
 
static final long serialVersionUID = 1L
 

Detailed Description

Create a dialog for displaying the Discovery results.

Definition at line 46 of file DiscoveryTopComponent.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 227 of file DiscoveryTopComponent.java.

void org.sleuthkit.autopsy.discovery.DiscoveryTopComponent.componentClosed ( )
protected

Definition at line 131 of file DiscoveryTopComponent.java.

void org.sleuthkit.autopsy.discovery.DiscoveryTopComponent.componentOpened ( )

Definition at line 121 of file DiscoveryTopComponent.java.

static DiscoveryTopComponent org.sleuthkit.autopsy.discovery.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 108 of file DiscoveryTopComponent.java.

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

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

Definition at line 115 of file DiscoveryTopComponent.java.

Member Data Documentation

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

Definition at line 58 of file DiscoveryTopComponent.java.

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

Definition at line 51 of file DiscoveryTopComponent.java.

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

Definition at line 53 of file DiscoveryTopComponent.java.

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

Definition at line 50 of file DiscoveryTopComponent.java.

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

Definition at line 49 of file DiscoveryTopComponent.java.

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

Definition at line 52 of file DiscoveryTopComponent.java.

javax.swing.JSplitPane org.sleuthkit.autopsy.discovery.DiscoveryTopComponent.rightSplitPane
private
final long org.sleuthkit.autopsy.discovery.DiscoveryTopComponent.serialVersionUID = 1L
staticprivate

Definition at line 48 of file DiscoveryTopComponent.java.


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

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