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

Static Public Member Functions

static void closeCoreWindows ()
 
static void openCoreWindows ()
 

Private Member Functions

 CoreComponentControl ()
 

Static Private Attributes

static final String DIRECTORY_TREE = Bundle.CoreComponentControl_CTL_DirectoryTreeTopComponent()
 
static final String FAVORITES = Bundle.CoreComponentControl_CTL_FavoritesTopComponent()
 
static final Logger logger = Logger.getLogger(CoreComponentControl.class.getName())
 

Detailed Description

Responsible for opening and closing the core windows when a case is opened and closed.

Definition at line 36 of file CoreComponentControl.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponentinterfaces.CoreComponentControl.CoreComponentControl ( )
private

Definition at line 44 of file CoreComponentControl.java.

Member Function Documentation

static void org.sleuthkit.autopsy.corecomponentinterfaces.CoreComponentControl.closeCoreWindows ( )
static

Closes all TopComponent windows that needed (DataExplorer, DataResult, and DataContent).

Note: The DataContent Top Component must be closed before the Directory Tree and Favorites Top Components. Otherwise a NullPointerException will be thrown from JFXPanel.

Definition at line 87 of file CoreComponentControl.java.

Referenced by org.sleuthkit.autopsy.casemodule.Case.updateGUIForCaseClosed().

static void org.sleuthkit.autopsy.corecomponentinterfaces.CoreComponentControl.openCoreWindows ( )
static

Member Data Documentation

final String org.sleuthkit.autopsy.corecomponentinterfaces.CoreComponentControl.DIRECTORY_TREE = Bundle.CoreComponentControl_CTL_DirectoryTreeTopComponent()
staticprivate

Definition at line 40 of file CoreComponentControl.java.

final String org.sleuthkit.autopsy.corecomponentinterfaces.CoreComponentControl.FAVORITES = Bundle.CoreComponentControl_CTL_FavoritesTopComponent()
staticprivate

Definition at line 42 of file CoreComponentControl.java.

final Logger org.sleuthkit.autopsy.corecomponentinterfaces.CoreComponentControl.logger = Logger.getLogger(CoreComponentControl.class.getName())
staticprivate

Definition at line 38 of file CoreComponentControl.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.