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

Public Member Functions

Icon getIcon ()
 
int getNotifyDescriptorType ()
 

Public Attributes

 CONFIRM =(NotifyDescriptor.YES_NO_OPTION, "warning-icon-16.png")
 
 ERROR =(NotifyDescriptor.ERROR_MESSAGE, "error-icon-16.png")
 
 INFO =(NotifyDescriptor.INFORMATION_MESSAGE, "info-icon-16.png")
 
 WARNING =(NotifyDescriptor.WARNING_MESSAGE, "warning-icon-16.png")
 

Private Member Functions

 MessageType (int notifyDescriptorType, String resourceName)
 

Static Private Member Functions

static Icon loadIcon (String resourceName)
 

Private Attributes

final Icon icon
 
final int notifyDescriptorType
 

Detailed Description

Definition at line 52 of file MessageNotifyUtil.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.MessageType ( int  notifyDescriptorType,
String  resourceName 
)
private

Definition at line 62 of file MessageNotifyUtil.java.

Member Function Documentation

Icon org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.getIcon ( )
int org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.getNotifyDescriptorType ( )
static Icon org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.loadIcon ( String  resourceName)
staticprivate

Member Data Documentation

org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.CONFIRM =(NotifyDescriptor.YES_NO_OPTION, "warning-icon-16.png")
org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.ERROR =(NotifyDescriptor.ERROR_MESSAGE, "error-icon-16.png")
final Icon org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.icon
private

Definition at line 60 of file MessageNotifyUtil.java.

org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.INFO =(NotifyDescriptor.INFORMATION_MESSAGE, "info-icon-16.png")
final int org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.notifyDescriptorType
private

Definition at line 59 of file MessageNotifyUtil.java.

org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.WARNING =(NotifyDescriptor.WARNING_MESSAGE, "warning-icon-16.png")

The documentation for this enum 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.