Uses of Class
org.controlsfx.control.BreadCrumbBar.BreadCrumbActionEvent
-
Packages that use BreadCrumbBar.BreadCrumbActionEvent Package Description org.controlsfx.control A package containing a number of useful controls-related classes that do not exist in the base JavaFX distribution. -
-
Uses of BreadCrumbBar.BreadCrumbActionEvent in org.controlsfx.control
Fields in org.controlsfx.control with type parameters of type BreadCrumbBar.BreadCrumbActionEvent Modifier and Type Field Description static javafx.event.EventType<BreadCrumbBar.BreadCrumbActionEvent<?>>
BreadCrumbBar.BreadCrumbActionEvent. CRUMB_ACTION
The event type that should be listened to by people interested in knowing when theselected crumb
has changed.Methods in org.controlsfx.control that return types with arguments of type BreadCrumbBar.BreadCrumbActionEvent Modifier and Type Method Description javafx.event.EventHandler<BreadCrumbBar.BreadCrumbActionEvent<T>>
BreadCrumbBar. getOnCrumbAction()
Return the EventHandler currently used when a user selects a crumb.javafx.beans.property.ObjectProperty<javafx.event.EventHandler<BreadCrumbBar.BreadCrumbActionEvent<T>>>
BreadCrumbBar. onCrumbActionProperty()
Method parameters in org.controlsfx.control with type arguments of type BreadCrumbBar.BreadCrumbActionEvent Modifier and Type Method Description void
BreadCrumbBar. setOnCrumbAction(javafx.event.EventHandler<BreadCrumbBar.BreadCrumbActionEvent<T>> value)
Set a new EventHandler for when a user selects a crumb.
-