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

Inherits JDialog, and org.sleuthkit.autopsy.casemodule.StartupWindowInterface.

Public Member Functions

 CommandLineStartupWindow ()
 
void close ()
 
void open ()
 

Static Private Attributes

static final Dimension DIMENSIONS = new Dimension(300, 50)
 
static final String TITLE = NbBundle.getMessage(CommandLineStartupWindow.class, "CommandLineStartupWindow.title.text")
 

Detailed Description

Implementation of startup window for running Autopsy from command line.

IMPORTANT: We do NOT want to register this class as ServiceProvider. We want only the default Autopsy StartupWindow to be found via Lookup.getDefault().lookupAll(StartupWindowInterface.class);

Definition at line 34 of file CommandLineStartupWindow.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.CommandLineStartupWindow ( )

Member Function Documentation

void org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.close ( )

Closes the startup window

Implements org.sleuthkit.autopsy.casemodule.StartupWindowInterface.

Definition at line 54 of file CommandLineStartupWindow.java.

void org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.open ( )

Shows and makes active the startup window

Implements org.sleuthkit.autopsy.casemodule.StartupWindowInterface.

Definition at line 48 of file CommandLineStartupWindow.java.

Member Data Documentation

final Dimension org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.DIMENSIONS = new Dimension(300, 50)
staticprivate

Definition at line 37 of file CommandLineStartupWindow.java.

final String org.sleuthkit.autopsy.commandlineingest.CommandLineStartupWindow.TITLE = NbBundle.getMessage(CommandLineStartupWindow.class, "CommandLineStartupWindow.title.text")
staticprivate

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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.