Module org.controlsfx.controls
Package org.controlsfx.control
Class BreadCrumbBar.BreadCrumbActionEvent<TE>
java.lang.Object
java.util.EventObject
javafx.event.Event
org.controlsfx.control.BreadCrumbBar.BreadCrumbActionEvent<TE>
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing class:
- BreadCrumbBar<T>
Represents an Event which is fired when a bread crumb was activated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventType<BreadCrumbBar.BreadCrumbActionEvent<?>>The event type that should be listened to by people interested in knowing when theselected crumbhas changed.Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionBreadCrumbActionEvent(TreeItem<TE> selectedCrumb) Creates a new event that can subsequently be fired. -
Method Summary
Modifier and TypeMethodDescriptionReturns the crumb which was the action target.Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
CRUMB_ACTION
The event type that should be listened to by people interested in knowing when theselected crumbhas changed.
-
-
Constructor Details
-
BreadCrumbActionEvent
Creates a new event that can subsequently be fired.
-
-
Method Details
-
getSelectedCrumb
Returns the crumb which was the action target.
-