Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JDialog.
Public Member Functions | |
IngestProgressSnapshotDialog () | |
IngestProgressSnapshotDialog (Container owner, Boolean shouldBeModal, IngestProgressSnapshotProvider provider) | |
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 39 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 47 of file IngestProgressSnapshotDialog.java.
org.sleuthkit.autopsy.ingest.IngestProgressSnapshotDialog.IngestProgressSnapshotDialog | ( | Container | owner, |
Boolean | shouldBeModal, | ||
IngestProgressSnapshotProvider | provider | ||
) |
Constructs an instance of the dialog with its own frame. Could be modal. Uses the given provider as the source of data for the dialog.
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. |
provider | - the provider to use as the source of data. |
Definition at line 61 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. Uses the internal IngestManager instance as the source of data for the dialog
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 106 of file IngestProgressSnapshotDialog.java.
References org.sleuthkit.autopsy.ingest.IngestManager.getInstance().
|
staticprivate |
Definition at line 42 of file IngestProgressSnapshotDialog.java.
|
staticprivate |
Definition at line 41 of file IngestProgressSnapshotDialog.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.