- java.lang.Object
-
- java.util.EventObject
-
- javafx.event.Event
-
- javafx.scene.control.SortEvent<C>
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class SortEvent<C> extends Event
Event related toTableView
andTreeTableView
sorting.- Since:
- JavaFX 8.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static EventType<SortEvent>
ANY
Common supertype for all sort event types.-
Fields declared in class javafx.event.Event
consumed, eventType, NULL_SOURCE_TARGET, target
-
Fields declared in class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SortEvent(C source, EventTarget target)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <C> EventType<SortEvent<C>>
sortEvent()
-
Methods declared in class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
-
Methods declared in class java.util.EventObject
getSource, toString
-
-