Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Definition at line 52 of file MessageNotifyUtil.java.
|
private |
Definition at line 62 of file MessageNotifyUtil.java.
Icon org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.getIcon | ( | ) |
Definition at line 85 of file MessageNotifyUtil.java.
Referenced by org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.show().
int org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.getNotifyDescriptorType | ( | ) |
Definition at line 81 of file MessageNotifyUtil.java.
Referenced by org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.show().
|
staticprivate |
Definition at line 71 of file MessageNotifyUtil.java.
References org.sleuthkit.autopsy.coreutils.Logger.getLogger().
org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.CONFIRM =(NotifyDescriptor.YES_NO_OPTION, "warning-icon-16.png") |
Definition at line 57 of file MessageNotifyUtil.java.
Referenced by org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.confirm().
org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.ERROR =(NotifyDescriptor.ERROR_MESSAGE, "error-icon-16.png") |
Definition at line 55 of file MessageNotifyUtil.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.addHashDatabase(), org.sleuthkit.autopsy.report.ReportGenerator.ReportWorker.done(), org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer.done(), org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.error(), org.sleuthkit.autopsy.keywordsearch.KeywordSearch.fireNumIndexedFilesChange(), org.sleuthkit.autopsy.modules.stix.STIXReportModule.generateReport(), and org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.removeHashDatabaseNoSave().
|
private |
Definition at line 60 of file MessageNotifyUtil.java.
org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.INFO =(NotifyDescriptor.INFORMATION_MESSAGE, "info-icon-16.png") |
|
private |
Definition at line 59 of file MessageNotifyUtil.java.
org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.WARNING =(NotifyDescriptor.WARNING_MESSAGE, "warning-icon-16.png") |
Definition at line 56 of file MessageNotifyUtil.java.
Referenced by org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.warn(), and org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.warn().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.