Uses of Class
com.dlsc.gemsfx.infocenter.NotificationView
Packages that use NotificationView
-
Uses of NotificationView in com.dlsc.gemsfx.infocenter
Methods in com.dlsc.gemsfx.infocenter that return types with arguments of type NotificationViewModifier and TypeMethodDescriptionfinal javafx.util.Callback<S,NotificationView<T, S>> NotificationGroup.getViewFactory()Gets the value of theviewFactoryproperty.final javafx.beans.property.ObjectProperty<javafx.util.Callback<S,NotificationView<T, S>>> NotificationGroup.viewFactoryProperty()A callback used to create theNotificationViewinstances for the info center.Method parameters in com.dlsc.gemsfx.infocenter with type arguments of type NotificationViewModifier and TypeMethodDescriptionfinal voidNotificationGroup.setViewFactory(javafx.util.Callback<S, NotificationView<T, S>> viewFactory) Sets the value of theviewFactoryproperty.