org.sleuthkit.autopsy.corecomponentinterfaces/0 0.0 1

org.sleuthkit.autopsy.corecomponentinterfaces
Class CoreComponentControl

java.lang.Object
  extended by org.sleuthkit.autopsy.corecomponentinterfaces.CoreComponentControl

public class CoreComponentControl
extends java.lang.Object

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

Author:
jantonius

Constructor Summary
CoreComponentControl()
           
 
Method Summary
static void closeCoreWindows()
          Closes all TopComponent windows that needed (DataExplorer, DataResult, and DataContent)
static void openCoreWindows()
          Opens all TopComponent windows that are needed (DataExplorer, DataResult, and DataContent)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreComponentControl

public CoreComponentControl()
Method Detail

openCoreWindows

public static void openCoreWindows()
Opens all TopComponent windows that are needed (DataExplorer, DataResult, and DataContent)


closeCoreWindows

public static void closeCoreWindows()
Closes all TopComponent windows that needed (DataExplorer, DataResult, and DataContent)


org.sleuthkit.autopsy.corecomponentinterfaces/0 0.0 1