Uses of Class
it.tidalwave.ui.core.UserNotification
-
Uses of UserNotification in it.tidalwave.ui.core
Modifier and TypeClassDescriptionclass
This class models a notification that will be presented to a user, and a feedback is expected (confirmation or cancellation).Modifier and TypeMethodDescriptionstatic UserNotification
UserNotification.notification()
Returns a notification with empty caption and text.UserNotification.withCaption
(Class<?> bundleClass, String resourceName, Object... params) Returns a notification with a caption from a bundle.UserNotification.withCaption
(String caption) Returns a notification with a caption.Returns a notification with a text from a bundle.Returns a notification with a text.Modifier and TypeMethodDescriptionvoid
LockableView.lock
(UserNotification notification) Shows a "Please wait..." notification and locks the UI. -
Uses of UserNotification in it.tidalwave.ui.javafx
Modifier and TypeMethodDescriptiondefault void
JavaFXBinder.showInModalDialog
(UserNotification notification) Shows a modal dialog with the given content and provides feedback by means of the given notification.