Class SelectionEvt<T extends ChartItem>

java.lang.Object
java.util.EventObject
eu.hansolo.toolbox.evt.Evt
eu.hansolo.toolbox.evt.type.ChangeEvt
eu.hansolo.fx.charts.event.ChartEvt
eu.hansolo.fx.charts.event.SelectionEvt<T>
All Implemented Interfaces:
Serializable, Comparable<eu.hansolo.toolbox.evt.Evt>

public class SelectionEvt<T extends ChartItem> extends ChartEvt
See Also:
  • Constructor Details

    • SelectionEvt

      public SelectionEvt(T ITEM)
    • SelectionEvt

      public SelectionEvt(ChartItemSeries<T> SERIES)
    • SelectionEvt

      public SelectionEvt(ChartItemSeries<T> SERIES, T ITEM)
    • SelectionEvt

      public SelectionEvt(ChartItemSeries<T> SERIES, T ITEM, eu.hansolo.toolbox.evt.EvtType<? extends ChartEvt> TYPE)
  • Method Details

    • getSeries

      public ChartItemSeries<T> getSeries()
    • getItem

      public T getItem()
    • getEventType

      public eu.hansolo.toolbox.evt.EvtType<? extends ChartEvt> getEventType()
    • toString

      public String toString()
      Overrides:
      toString in class eu.hansolo.toolbox.evt.Evt