Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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()) |
Responsible for opening and closing the core windows when a case is opened and closed.
Definition at line 36 of file CoreComponentControl.java.
|
private |
Definition at line 44 of file CoreComponentControl.java.
|
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 |
Opens all TopComponent windows that are needed (DataExplorer, DataResult, and DataContent)
Definition at line 51 of file CoreComponentControl.java.
References org.sleuthkit.autopsy.corecomponents.DataContentTopComponent.findInstance(), and org.sleuthkit.autopsy.corecomponents.DataContentTopComponent.getDefault().
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.propertyChange(), and org.sleuthkit.autopsy.casemodule.Case.updateGUIForCaseOpened().
|
staticprivate |
Definition at line 40 of file CoreComponentControl.java.
|
staticprivate |
Definition at line 42 of file CoreComponentControl.java.
|
staticprivate |
Definition at line 38 of file CoreComponentControl.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.