Autopsy  4.4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Private Member Functions | List of all members
org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message Class Reference

Static Public Member Functions

static boolean confirm (String message)
 
static void error (String message)
 
static DialogDisplayer getDialogDisplayer ()
 
static void info (String message)
 
static void show (String message, MessageType messageType)
 
static void warn (String message)
 

Private Member Functions

 Message ()
 

Detailed Description

Utility to display messages

Definition at line 93 of file MessageNotifyUtil.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.Message ( )
private

Definition at line 95 of file MessageNotifyUtil.java.

Member Function Documentation

static boolean org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.confirm ( String  message)
static

Show an confirm, yes-no dialog

Parameters
messagemessage to show
Returns
true if yes is clicked

Definition at line 123 of file MessageNotifyUtil.java.

References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.CONFIRM, and org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.getDialogDisplayer().

static void org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error ( String  message)
static
static DialogDisplayer org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.getDialogDisplayer ( )
static
Returns
The dialog displayer used to show message boxes

Definition at line 101 of file MessageNotifyUtil.java.

Referenced by org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.confirm(), and org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.show().

static void org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.info ( String  message)
static
static void org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.show ( String  message,
MessageType  messageType 
)
static
static void org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.warn ( String  message)
static

Show an warning dialog

Parameters
messagemessage to show

Definition at line 151 of file MessageNotifyUtil.java.

References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.show(), and org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.WARNING.


The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.