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 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) default ShellNotificationstatic ShellNotificationShellNotification.withId(ShellNotification notification, String id) Methods in se.conciliate.extensions.ui with parameters of type ShellNotificationModifier and TypeMethodDescriptionvoidShell.addNotification(ShellNotification notification) Adds a notification message to the user-visible notification log.static ShellNotificationShellNotification.withId(ShellNotification notification, String id)