public class ShowcaseEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<ShowcaseEvent> |
STARTED
This event occurs when a Showcase is started, visible to the user
( after the entrance animation ends )
|
static javafx.event.EventType<ShowcaseEvent> |
STEP_DISPLAY
This event occurs when a new Showcase Step is printed to the user
( after the entrance animation ends )
|
static javafx.event.EventType<ShowcaseEvent> |
STOPPED
This event occurs when a Showcase is stoped, no longer visible to the user
( after the exit animation ends )
|
source| Constructor and Description |
|---|
ShowcaseEvent(javafx.event.EventType<? extends javafx.event.Event> eventType)
Construct a new JFXDialog
Event with the specified event type |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedgetSource, toStringpublic static final javafx.event.EventType<ShowcaseEvent> STOPPED
public static final javafx.event.EventType<ShowcaseEvent> STARTED
public static final javafx.event.EventType<ShowcaseEvent> STEP_DISPLAY
Copyright © 2018. All rights reserved.