Uses of Class
org.controlsfx.control.BreadCrumbBar.BreadCrumbActionEvent
Packages that use BreadCrumbBar.BreadCrumbActionEvent
Package
Description
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.BreadCrumbActionEventModifier and TypeFieldDescriptionstatic final javafx.event.EventType<BreadCrumbBar.BreadCrumbActionEvent<?>> BreadCrumbBar.BreadCrumbActionEvent.CRUMB_ACTIONThe event type that should be listened to by people interested in knowing when theselected crumbhas changed.Methods in org.controlsfx.control that return types with arguments of type BreadCrumbBar.BreadCrumbActionEventModifier and TypeMethodDescriptionfinal javafx.event.EventHandler<BreadCrumbBar.BreadCrumbActionEvent<T>> BreadCrumbBar.getOnCrumbAction()Return the EventHandler currently used when a user selects a crumb.final javafx.beans.property.ObjectProperty<javafx.event.EventHandler<BreadCrumbBar.BreadCrumbActionEvent<T>>> BreadCrumbBar.onCrumbActionProperty()Method parameters in org.controlsfx.control with type arguments of type BreadCrumbBar.BreadCrumbActionEventModifier and TypeMethodDescriptionfinal voidBreadCrumbBar.setOnCrumbAction(javafx.event.EventHandler<BreadCrumbBar.BreadCrumbActionEvent<T>> value) Set a new EventHandler for when a user selects a crumb.