Uses of Interface
se.conciliate.extensions.ui.ShellNotification
Packages that use ShellNotification
Package
Description
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of ShellNotification in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui that return ShellNotificationModifier and TypeMethodDescriptionstatic ShellNotification
ShellNotification.newShellNotification
(ShellNotification.Category c, String title, String message) Creates a new notification with the given category, title and message.static ShellNotification
ShellNotification.newShellNotification
(ShellNotification.Category c, String title, String message, boolean showAsUnread, long duration) static 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) default ShellNotification
static ShellNotification
ShellNotification.withId
(ShellNotification notification, String id) Methods in se.conciliate.extensions.ui with parameters of type ShellNotificationModifier and TypeMethodDescriptionvoid
Shell.addNotification
(ShellNotification notification) Adds a notification message to the user-visible notification log.static ShellNotification
ShellNotification.withId
(ShellNotification notification, String id)