Uses of Class
com.dlsc.gemsfx.infocenter.Notification
Packages that use Notification
-
Uses of Notification in com.dlsc.gemsfx.demo
Subclasses of Notification in com.dlsc.gemsfx.demoModifier and TypeClassDescriptionclass
class
class
-
Uses of Notification in com.dlsc.gemsfx.infocenter
Classes in com.dlsc.gemsfx.infocenter with type parameters of type NotificationModifier 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 notificationFields in com.dlsc.gemsfx.infocenter with type parameters of type NotificationModifier and TypeFieldDescriptionfinal javafx.beans.property.ObjectProperty<javafx.util.Callback<Notification<T>,
Notification.OnClickBehaviour>> Notification.onClick
Methods in com.dlsc.gemsfx.infocenter that return NotificationModifier and TypeMethodDescriptionfinal Notification<?>
InfoCenterEvent.getNotification()
Returns the notification that was affected (null if none was affected).Methods in com.dlsc.gemsfx.infocenter that return types with arguments of type NotificationModifier 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.Methods in com.dlsc.gemsfx.infocenter with parameters of type NotificationMethod parameters in com.dlsc.gemsfx.infocenter with type arguments of type NotificationModifier 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.Constructors in com.dlsc.gemsfx.infocenter with parameters of type NotificationModifierConstructorDescriptionInfoCenterEvent
(javafx.event.EventType<InfoCenterEvent> eventType, Notification<?> notification) Constructs a new event related to the given notification.Constructor parameters in com.dlsc.gemsfx.infocenter with type arguments of type NotificationModifierConstructorDescriptionNotificationAction
(String text, javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onAction) Constructs a new action with the given text.