java.lang.Object
java.util.EventObject
javafx.event.Event
atlantafx.base.controls.Breadcrumbs.BreadCrumbActionEvent<T>
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
Breadcrumbs<T>
public static class Breadcrumbs.BreadCrumbActionEvent<T>
extends javafx.event.Event
An
Event
which is fired when a bread crumb was activated.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.event.EventType
<Breadcrumbs.BreadCrumbActionEvent<?>> Represents the event type that should be listened to by people who are interested in knowing when the selected 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
(Breadcrumbs.BreadCrumbItem<T> selectedCrumb) Creates a new event that can subsequently be fired. -
Method Summary
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
Represents the event type that should be listened to by people who are interested in knowing when the selected crumb has changed. This is accomplished through listening to theselected crumb property
.
-
-
Constructor Details
-
BreadCrumbActionEvent
Creates a new event that can subsequently be fired.- Parameters:
selectedCrumb
- The currently selected crumb.
-
-
Method Details
-
getSelectedCrumb
-