Uses of Class
com.dlsc.gemsfx.infocenter.NotificationView
-
Uses of NotificationView in com.dlsc.gemsfx.infocenter
Modifier and TypeMethodDescriptionfinal javafx.util.Callback<S,
NotificationView<T, S>> NotificationGroup.getViewFactory()
Gets the value of theviewFactory
property.final javafx.beans.property.ObjectProperty<javafx.util.Callback<S,
NotificationView<T, S>>> NotificationGroup.viewFactoryProperty()
A callback used to create theNotificationView
instances for the info center.Modifier and TypeMethodDescriptionfinal void
NotificationGroup.setViewFactory
(javafx.util.Callback<S, NotificationView<T, S>> viewFactory) Sets the value of theviewFactory
property.