Uses of Class
com.dlsc.gemsfx.infocenter.InfoCenterEvent
Packages that use InfoCenterEvent
-
Uses of InfoCenterEvent in com.dlsc.gemsfx.infocenter
Fields in com.dlsc.gemsfx.infocenter with type parameters of type InfoCenterEventModifier and TypeFieldDescriptionstatic final javafx.event.EventType<InfoCenterEvent>
InfoCenterEvent.ANY
static final javafx.event.EventType<InfoCenterEvent>
InfoCenterEvent.HIDE
An explicit request to hide the info center.static final javafx.event.EventType<InfoCenterEvent>
InfoCenterEvent.NOTIFICATION_ADDED
A notification was added.static final javafx.event.EventType<InfoCenterEvent>
InfoCenterEvent.NOTIFICATION_CHOSEN
The user pressed on / chose the given notification.static final javafx.event.EventType<InfoCenterEvent>
InfoCenterEvent.NOTIFICATION_REMOVED
A notification was removed.Constructor parameters in com.dlsc.gemsfx.infocenter with type arguments of type InfoCenterEventModifierConstructorDescriptionInfoCenterEvent
(javafx.event.EventType<InfoCenterEvent> eventType) Constructs a new event without referencing a specific notification.InfoCenterEvent
(javafx.event.EventType<InfoCenterEvent> eventType, Notification<?> notification) Constructs a new event related to the given notification.