Uses of Class
se.conciliate.extensions.ui.ShellNotificationHTML
Packages that use ShellNotificationHTML
Package
Description
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of ShellNotificationHTML in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui that return ShellNotificationHTMLModifier and TypeMethodDescriptionstatic ShellNotificationHTML
ShellNotificationHTML.create()
static ShellNotificationHTML
ShellNotification.getMessage()
Methods in se.conciliate.extensions.ui with parameters of type ShellNotificationHTMLModifier and TypeMethodDescriptionstatic ShellNotification
ShellNotification.newShellNotification
(ShellNotification.Category c, String title, ShellNotificationHTML html) Creates a new notification with the given category, title and html-message.static ShellNotification
ShellNotification.newShellNotification
(ShellNotification.Category c, String title, ShellNotificationHTML html, boolean showAsUnread, long duration)