Uses of Enum Class
se.conciliate.extensions.ui.ShellNotification.Category
Packages that use ShellNotification.Category
Package
Description
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of ShellNotification.Category in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui that return ShellNotification.CategoryModifier and TypeMethodDescriptionShellNotification.getCategory()static ShellNotification.CategoryReturns the enum constant of this class with the specified name.static ShellNotification.Category[]ShellNotification.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.conciliate.extensions.ui with parameters of type ShellNotification.CategoryModifier and TypeMethodDescriptionstatic ShellNotificationShellNotification.newShellNotification(ShellNotification.Category c, String title, String message) Creates a new notification with the given category, title and message.static ShellNotificationShellNotification.newShellNotification(ShellNotification.Category c, String title, String message, boolean showAsUnread, long duration) static ShellNotificationShellNotification.newShellNotification(ShellNotification.Category c, String title, ShellNotificationHTML html) Creates a new notification with the given category, title and html-message.static ShellNotificationShellNotification.newShellNotification(ShellNotification.Category c, String title, ShellNotificationHTML html, boolean showAsUnread, long duration)