Uses of Class
com.dlsc.gemsfx.infocenter.NotificationGroup
-
Uses of NotificationGroup in com.dlsc.gemsfx.infocenter
Modifier and TypeMethodDescriptionfinal NotificationGroup
Notification.getGroup()
The group to which the notification belongs.final NotificationGroup
InfoCenterView.getShowAllGroup()
Gets the value of theshowAllGroup
property.Modifier and TypeMethodDescriptionfinal javafx.collections.ObservableList<NotificationGroup<?,
?>> InfoCenterView.getGroups()
A list of groups of notifications that will be visualized by the view.final Consumer<NotificationGroup<?,
?>> InfoCenterView.getOnShowAllGroupNotifications()
Gets the value of theonShowAllGroupNotifications
property.final javafx.collections.ObservableList<NotificationGroup<?,
?>> InfoCenterView.getUnmodifiablePinnedGroups()
A read-only list of the currently pinned groups.final javafx.collections.ObservableList<NotificationGroup<?,
?>> InfoCenterView.getUnmodifiableUnpinnedGroups()
A read-only list of the currently unpinned groups.final javafx.beans.property.ObjectProperty<Consumer<NotificationGroup<?,
?>>> InfoCenterView.onShowAllGroupNotificationsProperty()
A callback that gets invoked when the user presses the "show all" button of a group that has more than the maximum number of notifications linked to it.final javafx.beans.property.ObjectProperty<NotificationGroup>
InfoCenterView.showAllGroupProperty()
The group that is currently being shown in the "show all" view of the control.Modifier and TypeMethodDescriptionint
NotificationGroup.compareTo
(NotificationGroup o) final void
InfoCenterView.setShowAllGroup
(NotificationGroup showAllGroup) Sets the value of theshowAllGroup
property.Modifier and TypeMethodDescriptionfinal void
InfoCenterView.setOnShowAllGroupNotifications
(Consumer<NotificationGroup<?, ?>> onShowAllGroupNotifications) Sets the value of theonShowAllGroupNotifications
property.