Class ScrollToEvent<T>

java.lang.Object
java.util.EventObject
javafx.event.Event
javafx.scene.control.ScrollToEvent<T>
All Implemented Interfaces:
Serializable, Cloneable

public class ScrollToEvent<T>
extends Event
Event related to ScrollPane and virtualised controls such as ListView, TableView, TreeView and TreeTableView.
Since:
JavaFX 8.0
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • ScrollToEvent

      public ScrollToEvent​(Object source, EventTarget target, EventType<ScrollToEvent<T>> type, T scrollTarget)
      Construct a new Event with the specified event source, target and type. If the source or target is set to null, it is replaced by the NULL_SOURCE_TARGET value.
      Parameters:
      source - the event source which sent the event
      target - the event source which sent the event
      type - the event type
      scrollTarget - the target of the scroll to operation
  • Method Details