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

    Fields
    Modifier and Type
    Field
    Description
    static final javafx.event.EventType<BreadCrumbBar.BreadCrumbActionEvent<?>>
    The event type that should be listened to by people 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

    Constructors
    Constructor
    Description
    BreadCrumbActionEvent(javafx.scene.control.TreeItem<TE> selectedCrumb)
    Creates a new event that can subsequently be fired.
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • BreadCrumbActionEvent

      public BreadCrumbActionEvent(javafx.scene.control.TreeItem<TE> selectedCrumb)
      Creates a new event that can subsequently be fired.
  • Method Details

    • getSelectedCrumb

      public javafx.scene.control.TreeItem<TE> getSelectedCrumb()
      Returns the crumb which was the action target.