Uses of Class
com.dlsc.gemsfx.infocenter.Notification
-
Uses of Notification in com.dlsc.gemsfx.demo
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Notification in com.dlsc.gemsfx.infocenter
Modifier and TypeClassDescriptionclass
NotificationGroup<T,
S extends Notification<T>> The model object used to group a list of notifications.class
NotificationView<T,
S extends Notification<T>> A view used for visualizing a notificationModifier and TypeFieldDescriptionfinal javafx.beans.property.ObjectProperty<javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour>> Notification.onClick
Modifier and TypeMethodDescriptionfinal Notification<?>
InfoCenterEvent.getNotification()
Returns the notification that was affected (null if none was affected).Modifier and TypeMethodDescriptionfinal javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour> NotificationAction.getOnAction()
Returns the callback that will be invoked when the user selects the action in the UI.final javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour> Notification.getOnClick()
Gets the value of theonClick
property.final javafx.collections.ObservableList<Notification<?>>
InfoCenterView.getUnmodifiableNotifications()
A read-only list of all notifications of all groups currently added to the view.final javafx.collections.ObservableList<Notification<?>>
InfoCenterView.getUnmodifiablePinnedNotifications()
A read-only list of all notifications of all pinned groups currently added to the view.final javafx.collections.ObservableList<Notification<?>>
InfoCenterView.getUnmodifiableUnpinnedNotifications()
A read-only list of all notifications of all unpinned groups currently added to the view.final javafx.beans.property.ObjectProperty<javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour>> Notification.onClickProperty()
A callback that determines how the notification and the view will behave when the user clicks on it.Modifier and TypeMethodDescriptionfinal void
NotificationAction.setOnAction
(javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onAction) Sets the callback that will be invoked when the user selects the action in the UI.final void
Notification.setOnClick
(javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onClick) Sets the value of theonClick
property.ModifierConstructorDescriptionInfoCenterEvent
(javafx.event.EventType<InfoCenterEvent> eventType, Notification<?> notification) Constructs a new event related to the given notification.ModifierConstructorDescriptionNotificationAction
(String text, javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onAction) Constructs a new action with the given text.