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 ShellNotificationHTMLShellNotificationHTML.create()static ShellNotificationHTMLShellNotification.getMessage()Methods in se.conciliate.extensions.ui with parameters of type ShellNotificationHTMLModifier and TypeMethodDescriptionstatic 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)