public static class BreadCrumbBar.BreadCrumbActionEvent<TE>
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<BreadCrumbBar.BreadCrumbActionEvent<?>> |
CRUMB_ACTION
The event type that should be listened to by people interested in
knowing when the
selected crumb
has changed. |
| Constructor and Description |
|---|
BreadCrumbActionEvent(javafx.scene.control.TreeItem<TE> selectedCrumb)
Creates a new event that can subsequently be fired.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.TreeItem<TE> |
getSelectedCrumb()
Returns the crumb which was the action target.
|
public static final javafx.event.EventType<BreadCrumbBar.BreadCrumbActionEvent<?>> CRUMB_ACTION
selected crumb
has changed.public BreadCrumbActionEvent(javafx.scene.control.TreeItem<TE> selectedCrumb)
public javafx.scene.control.TreeItem<TE> getSelectedCrumb()