Autopsy  3.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 DialogDisplayer getDialogDisplayer ()
 
static void show (String message, MessageType messageType)
 
static void info (String message)
 
static void error (String message)
 
static void warn (String message)
 

Private Member Functions

 Message ()
 

Detailed Description

Utility to display messages

Definition at line 89 of file MessageNotifyUtil.java.

Constructor & Destructor Documentation

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

Definition at line 91 of file MessageNotifyUtil.java.

Member Function Documentation

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 97 of file MessageNotifyUtil.java.

Referenced by 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 135 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-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.