Uses of Class
com.tick42.glue.desktop.notifications.NotificationOptions.Builder
-
Packages that use NotificationOptions.Builder Package Description com.tick42.glue.desktop.notifications -
-
Uses of NotificationOptions.Builder in com.tick42.glue.desktop.notifications
Methods in com.tick42.glue.desktop.notifications that return NotificationOptions.Builder Modifier and Type Method Description NotificationOptions.BuilderNotificationOptions.Builder. action(String method, String label)NotificationOptions.BuilderNotificationOptions.Builder. action(String method, String label, Map<String,Object> parameters)NotificationOptions.BuilderNotificationOptions.Builder. description(String description)NotificationOptions.BuilderNotificationOptions.Builder. details(String method)NotificationOptions.BuilderNotificationOptions.Builder. title(String title)Method parameters in com.tick42.glue.desktop.notifications with type arguments of type NotificationOptions.Builder Modifier and Type Method Description NotificationNotifications. create(String type, Consumer<NotificationOptions.Builder> options)
-