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>
public static class BreadCrumbBar.BreadCrumbActionEvent<TE>
extends javafx.event.Event
Represents an Event which is fired when a bread crumb was activated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.event.EventType
<BreadCrumbBar.BreadCrumbActionEvent<?>> The event type that should be listened to by people interested in knowing when theselected crumb
has changed.Fields inherited from class javafx.event.Event
ANY, consumed, eventType, NULL_SOURCE_TARGET, target
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionBreadCrumbActionEvent
(javafx.scene.control.TreeItem<TE> selectedCrumb) Creates a new event that can subsequently be fired. -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.control.TreeItem
<TE> Returns the crumb which was the action target.Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
Methods 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 crumb
has changed.
-
-
Constructor Details
-
BreadCrumbActionEvent
Creates a new event that can subsequently be fired.
-
-
Method Details
-
getSelectedCrumb
Returns the crumb which was the action target.
-