Autopsy  4.4
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 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 
)

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

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-2016 Basis Technology. Generated on: Tue Jun 13 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.