Uses of Class
com.dlsc.gemsfx.infocenter.Notification
Packages that use Notification
-
Uses of Notification in com.dlsc.gemsfx.infocenter
Classes in com.dlsc.gemsfx.infocenter with type parameters of type NotificationModifier and TypeClassDescriptionclassNotificationGroup<T, S extends Notification<T>>The model object used to group a list of notifications.classNotificationView<T, S extends Notification<T>>A view used for visualizing a notificationClasses in com.dlsc.gemsfx.infocenter that implement interfaces with type arguments of type NotificationModifier and TypeClassDescriptionclassNotification<T>A pure model object containing the data for aNotificationView.Fields 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.onClickMethods 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 theonClickproperty.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 NotificationModifier and TypeMethodDescriptionintNotification.compareTo(Notification<T> o) Compares this notification with another notification based on their timestamps.Method parameters in com.dlsc.gemsfx.infocenter with type arguments of type NotificationModifier and TypeMethodDescriptionfinal voidNotificationAction.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 voidNotification.setOnClick(javafx.util.Callback<Notification<T>, Notification.OnClickBehaviour> onClick) Sets the value of theonClickproperty.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.