Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public 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 ()
 

Static Private Attributes

static final String DIRECTORY_TREE
 
static final String FAVORITES
 
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.

Author
jantonius

Definition at line 40 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 88 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
staticprivate
Initial value:
= NbBundle.getMessage(CoreComponentControl.class,
"CoreComponentControl.CTL_DirectoryTreeTopComponent")

Definition at line 43 of file CoreComponentControl.java.

final String org.sleuthkit.autopsy.corecomponentinterfaces.CoreComponentControl.FAVORITES
staticprivate
Initial value:
= NbBundle.getMessage(CoreComponentControl.class,
"CoreComponentControl.CTL_FavoritesTopComponent")

Definition at line 45 of file CoreComponentControl.java.

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

Definition at line 42 of file CoreComponentControl.java.


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

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