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

Inherits JDialog.

Public Member Functions

 IngestProgressSnapshotDialog ()
 
 IngestProgressSnapshotDialog (Container owner, Boolean shouldBeModal)
 

Static Private Attributes

static final String TITLE = NbBundle.getMessage(RunIngestModulesDialog.class, "IngestProgressSnapshotDialog.title.text")
 
static final Dimension DIMENSIONS = new Dimension(500, 300)
 

Detailed Description

A dialog that displays ingest task progress snapshots.

Definition at line 36 of file IngestProgressSnapshotDialog.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.IngestProgressSnapshotDialog.IngestProgressSnapshotDialog ( )

Constructs a non-modal instance of the dialog with its own frame.

Definition at line 44 of file IngestProgressSnapshotDialog.java.

org.sleuthkit.autopsy.ingest.IngestProgressSnapshotDialog.IngestProgressSnapshotDialog ( Container  owner,
Boolean  shouldBeModal 
)

Constructs an instance of the dialog with its own frame. Could be modal.

Parameters
owner- the owner of this dialog. If this dialog should be modal, the owner gets set to non modal.
shouldBeModal- true if this should be modal, false otherwise.

Definition at line 54 of file IngestProgressSnapshotDialog.java.

Member Data Documentation

final Dimension org.sleuthkit.autopsy.ingest.IngestProgressSnapshotDialog.DIMENSIONS = new Dimension(500, 300)
staticprivate

Definition at line 39 of file IngestProgressSnapshotDialog.java.

final String org.sleuthkit.autopsy.ingest.IngestProgressSnapshotDialog.TITLE = NbBundle.getMessage(RunIngestModulesDialog.class, "IngestProgressSnapshotDialog.title.text")
staticprivate

Definition at line 38 of file IngestProgressSnapshotDialog.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.