Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static void | setDialogIcons (Dialog<?> dialog) |
Private Attributes | |
final TimeLineController | controller |
Dialog<?> | currentDialog |
Static Private Attributes | |
static final Image | AUTOPSY_ICON |
static final ButtonType | CONTINUE = new ButtonType(Bundle.PrompDialogManager_buttonType_showTimeline(), ButtonBar.ButtonData.OK_DONE) |
static final ButtonType | CONTINUE_NO_UPDATE = new ButtonType(Bundle.PrompDialogManager_buttonType_continueNoUpdate(), ButtonBar.ButtonData.CANCEL_CLOSE) |
static final Logger | logger = Logger.getLogger(PromptDialogManager.class.getName()) |
static final ButtonType | UPDATE = new ButtonType(Bundle.PrompDialogManager_buttonType_update(), ButtonBar.ButtonData.OK_DONE) |
Manager for the various prompts and dialogs Timeline shows the user related to rebuilding the database. Methods must only be called on the JFX thread.
Definition at line 46 of file PromptDialogManager.java.
|
static |
Set the title bar icon for the given Dialog to be the Autopsy logo icon.
dialog | The dialog to set the title bar icon for. |
Definition at line 144 of file PromptDialogManager.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart.BarClickHandler.handle(), and org.sleuthkit.autopsy.timeline.actions.SaveSnapshotAsReport.SaveSnapshotAsReport().
|
staticprivate |
Image to use as title bar icon in dialogs
Definition at line 60 of file PromptDialogManager.java.
|
staticprivate |
Definition at line 51 of file PromptDialogManager.java.
|
staticprivate |
Definition at line 54 of file PromptDialogManager.java.
|
private |
Definition at line 75 of file PromptDialogManager.java.
|
private |
Definition at line 73 of file PromptDialogManager.java.
|
staticprivate |
Definition at line 48 of file PromptDialogManager.java.
|
staticprivate |
Definition at line 57 of file PromptDialogManager.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.