Uses of Class
it.tidalwave.ui.core.UserNotification
Packages that use UserNotification
-
Uses of UserNotification in it.tidalwave.ui.core
Subclasses of UserNotification in it.tidalwave.ui.coreModifier and TypeClassDescriptionclass
This class models a notification that will be presented to a user, and a feedback is expected (confirmation or cancellation).Methods in it.tidalwave.ui.core that return UserNotificationModifier 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.Methods in it.tidalwave.ui.core with parameters of type UserNotificationModifier and TypeMethodDescriptionvoid
LockableView.lock
(UserNotification notification) Shows a "Please wait..." notification and locks the UI. -
Uses of UserNotification in it.tidalwave.ui.javafx
Methods in it.tidalwave.ui.javafx with parameters of type UserNotificationModifier and TypeMethodDescriptiondefault void
JavaFXBinder.showInModalDialog
(UserNotification notification) Shows a modal dialog with the given content and provides feedback by means of the given notification.