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.ingest.IngestProgressSnapshotDialog Class Reference

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")
 

Detailed Description

A dialog that displays ingest task progress snapshots.

Definition at line 39 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 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.

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.
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

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 106 of file IngestProgressSnapshotDialog.java.

References org.sleuthkit.autopsy.ingest.IngestManager.getInstance().

Member Data Documentation

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

Definition at line 42 of file IngestProgressSnapshotDialog.java.

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

Definition at line 41 of file IngestProgressSnapshotDialog.java.


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.