| Package | Description |
|---|---|
| com.dropsnorz.showcasefx | |
| com.dropsnorz.showcasefx.events |
| Modifier and Type | Method and Description |
|---|---|
javafx.event.EventHandler<? super ShowcaseEvent> |
Showcase.getOnShowcaseStarted() |
javafx.event.EventHandler<? super ShowcaseEvent> |
Showcase.getOnShowcaseStepDisplay() |
javafx.event.EventHandler<? super ShowcaseEvent> |
Showcase.getOnShowcaseStopped() |
| Modifier and Type | Method and Description |
|---|---|
void |
Showcase.setOnShowcaseStarted(javafx.event.EventHandler<? super ShowcaseEvent> handler)
Defines a function to be called when the showcase is started.
|
void |
Showcase.setOnShowcaseStepDisplay(javafx.event.EventHandler<? super ShowcaseEvent> handler)
Defines a function to be called when the showcase is stopped.
|
void |
Showcase.setOnShowcaseStopped(javafx.event.EventHandler<? super ShowcaseEvent> handler)
Defines a function to be called when the showcase is stopped.
|
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<ShowcaseEvent> |
ShowcaseEvent.STARTED
This event occurs when a Showcase is started, visible to the user
( after the entrance animation ends )
|
static javafx.event.EventType<ShowcaseEvent> |
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> |
ShowcaseEvent.STOPPED
This event occurs when a Showcase is stoped, no longer visible to the user
( after the exit animation ends )
|
Copyright © 2018. All rights reserved.