public class DisplayEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<DisplayEvent> |
ANY
Common super-type for all display event types.
|
static javafx.event.EventType<DisplayEvent> |
CLOSE_REQUEST
Fired when user requests application close.
|
static javafx.event.EventType<DisplayEvent> |
DIALOG_CLOSED
Fired when a dialog has closed.
|
static javafx.event.EventType<DisplayEvent> |
DIALOG_OPENED
Fired when a dialog has opened.
|
source| Constructor and Description |
|---|
DisplayEvent(javafx.event.EventType<? extends javafx.event.Event> eventType) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedgetSourcepublic static final javafx.event.EventType<DisplayEvent> ANY
public static final javafx.event.EventType<DisplayEvent> CLOSE_REQUEST
public static final javafx.event.EventType<DisplayEvent> DIALOG_OPENED
public static final javafx.event.EventType<DisplayEvent> DIALOG_CLOSED
public DisplayEvent(javafx.event.EventType<? extends javafx.event.Event> eventType)
public String toString()
toString in class EventObjectCopyright © 2017. All rights reserved.