Class FilterEvent<C>

    • Field Detail

      • ANY

        public static final javafx.event.EventType<FilterEvent> ANY
        Common supertype for all sort event types.
    • Constructor Detail

      • FilterEvent

        public FilterEvent​(C source,
                           javafx.event.EventTarget target)
        Construct a new Event with the specified event source and target, with type FILTER_EVENT. 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 target to associate with the event
    • Method Detail

      • filterEvent

        public static <C> javafx.event.EventType<FilterEvent<C>> filterEvent()