| Package | Description |
|---|---|
| org.smallmind.javafx.extras.dialog |
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<DialogEvent> |
DialogEvent.ANY |
static javafx.event.EventType<DialogEvent> |
DialogEvent.DIALOG_COMPLETED |
| Modifier and Type | Method and Description |
|---|---|
javafx.event.EventHandler<DialogEvent> |
OptionDialog.getOnDialogCompleted()
Gets the value of the property onDialogCompleted.
|
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<DialogEvent>> |
OptionDialog.onDialogCompletedProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionDialog.setOnDialogCompleted(javafx.event.EventHandler<DialogEvent> eventHandler)
Sets the value of the property onDialogCompleted.
|
| Constructor and Description |
|---|
DialogEvent(javafx.event.EventType<DialogEvent> eventType,
Object source,
DialogState dialogState) |
Copyright © 2016. All rights reserved.