| Package | Description |
|---|---|
| org.smallmind.javafx.extras.dialog |
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<ErrorEvent> |
ErrorEvent.ANY |
static javafx.event.EventType<ErrorEvent> |
ErrorEvent.ERROR_OCCURRED |
| Modifier and Type | Method and Description |
|---|---|
javafx.event.EventHandler<ErrorEvent> |
JavaErrorDialog.getOnError()
Gets the value of the property onError.
|
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ErrorEvent>> |
JavaErrorDialog.onErrorProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaErrorDialog.setOnError(javafx.event.EventHandler<ErrorEvent> eventHandler)
Sets the value of the property onError.
|
| Constructor and Description |
|---|
ErrorEvent(javafx.event.EventType<ErrorEvent> eventType,
Object exceptionSource,
Exception exception) |
Copyright © 2016. All rights reserved.