Autopsy  3.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

int getNotifyDescriptorType ()
 
Icon getIcon ()
 

Public Attributes

 INFO =(NotifyDescriptor.INFORMATION_MESSAGE, "info-icon-16.png")
 
 ERROR =(NotifyDescriptor.ERROR_MESSAGE, "error-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

int notifyDescriptorType
 
Icon icon
 

Detailed Description

Definition at line 50 of file MessageNotifyUtil.java.

Constructor & Destructor Documentation

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

Definition at line 58 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.ERROR =(NotifyDescriptor.ERROR_MESSAGE, "error-icon-16.png")
Icon org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.icon
private

Definition at line 56 of file MessageNotifyUtil.java.

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

Definition at line 55 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-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.