Autopsy
4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JDialog.
Public Member Functions | |
IngestProgressSnapshotDialog () | |
IngestProgressSnapshotDialog (Container owner, Boolean shouldBeModal) | |
Static Private Attributes | |
static final Dimension | DIMENSIONS = new Dimension(500, 300) |
static final String | TITLE = NbBundle.getMessage(IngestProgressSnapshotDialog.class, "IngestProgressSnapshotDialog.title.text") |
A dialog that displays ingest task progress snapshots.
Definition at line 38 of file IngestProgressSnapshotDialog.java.
org.sleuthkit.autopsy.ingest.IngestProgressSnapshotDialog.IngestProgressSnapshotDialog | ( | ) |
Constructs a non-modal instance of the dialog with its own frame.
Definition at line 46 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.
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 58 of file IngestProgressSnapshotDialog.java.
|
staticprivate |
Definition at line 41 of file IngestProgressSnapshotDialog.java.
|
staticprivate |
Definition at line 40 of file IngestProgressSnapshotDialog.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.