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.ANYstatic final javafx.event.EventType<InfoCenterEvent>InfoCenterEvent.HIDEAn explicit request to hide the info center.static final javafx.event.EventType<InfoCenterEvent>InfoCenterEvent.NOTIFICATION_ADDEDA notification was added.static final javafx.event.EventType<InfoCenterEvent>InfoCenterEvent.NOTIFICATION_CHOSENThe user pressed on / chose the given notification.static final javafx.event.EventType<InfoCenterEvent>InfoCenterEvent.NOTIFICATION_REMOVEDA 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.