Module org.controlsfx.controls
Package impl.org.controlsfx.tableview2
Class SortUtils.SortEndedEvent<C>
- java.lang.Object
-
- java.util.EventObject
-
- javafx.event.Event
-
- javafx.scene.control.SortEvent<C>
-
- impl.org.controlsfx.tableview2.SortUtils.SortEndedEvent<C>
-
- Type Parameters:
C
- the event source which sent the event
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- SortUtils
public static class SortUtils.SortEndedEvent<C> extends SortEvent<C>
Convenient subclass of SortEvent to create a new SortEvent to indicate the sorting has ended- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static EventType<?>
SORT_ENDED_EVENT
-
Fields inherited from class javafx.event.Event
consumed, eventType, NULL_SOURCE_TARGET, target
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SortEndedEvent(C source, EventTarget target)
-
Method Summary
-
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Field Detail
-
SORT_ENDED_EVENT
public static final EventType<?> SORT_ENDED_EVENT
-
-
Constructor Detail
-
SortEndedEvent
public SortEndedEvent(C source, EventTarget target)
-
-