Uses of Class
com.dlsc.gemsfx.infocenter.InfoCenterEvent
-
Uses of InfoCenterEvent in com.dlsc.gemsfx.infocenter
Modifier 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.ModifierConstructorDescriptionInfoCenterEvent
(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.