- commonPrefix(K, K) - Method in interface org.fxmisc.wellbehaved.event.internal.PrefixTree.Ops
-
- consume(EventPattern<? super T, ? extends U>, Consumer<? super U>) - Static method in interface org.fxmisc.wellbehaved.event.InputMap
-
If the given
EventPattern
matches the given event type, runs the given action, consumes the event,
and does not attempt to match additional
InputMap
s (if they exist).
- consume(EventType<? extends T>, Consumer<? super T>) - Static method in interface org.fxmisc.wellbehaved.event.InputMap
-
When the given event type occurs, runs the given action, consumes the event,
and does not attempt to match additional InputMap
s (if they exist).
- consume(EventPattern<? super T, ? extends U>) - Static method in interface org.fxmisc.wellbehaved.event.InputMap
-
If the given
EventPattern
matches the given event type,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).
- consume(EventType<? extends T>) - Static method in interface org.fxmisc.wellbehaved.event.InputMap
-
When the given event type occurs, consumes the event and does not attempt
to match additional InputMap
s (if they exist).
- consume(EventPattern<? super T, ? extends U>, BiConsumer<? super S, ? super U>) - Static method in class org.fxmisc.wellbehaved.event.template.InputMapTemplate
-
If the given
EventPattern
matches the given event type, runs the given action, consumes the event,
and does not attempt to match additional
InputMap
s (if they exist).
- consume(EventType<? extends T>, BiConsumer<? super S, ? super T>) - Static method in class org.fxmisc.wellbehaved.event.template.InputMapTemplate
-
When the given event type occurs, runs the given action, consumes the event,
and does not attempt to match additional InputMap
s (if they exist).
- consume(EventPattern<? super T, ? extends U>) - Static method in class org.fxmisc.wellbehaved.event.template.InputMapTemplate
-
If the given
EventPattern
matches the given event type,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).
- consume(EventType<? extends T>) - Static method in class org.fxmisc.wellbehaved.event.template.InputMapTemplate
-
When the given event type occurs, consumes the event and does not attempt
to match additional InputMap
s (if they exist).
- consumeUnless(EventPattern<? super T, ? extends U>, BooleanSupplier, Consumer<? super U>) - Static method in interface org.fxmisc.wellbehaved.event.InputMap
-
If the given
EventPattern
matches the given event type and
condition
is false,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).
- consumeUnless(EventType<? extends T>, BooleanSupplier, Consumer<? super T>) - Static method in interface org.fxmisc.wellbehaved.event.InputMap
-
When the given event type occurs and condition
is false,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).
- consumeUnless(EventPattern<? super T, ? extends U>, Predicate<? super S>, BiConsumer<? super S, ? super U>) - Static method in class org.fxmisc.wellbehaved.event.template.InputMapTemplate
-
If the given
EventPattern
matches the given event type and
condition
is false,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).
- consumeUnless(EventType<? extends T>, Predicate<? super S>, BiConsumer<? super S, ? super T>) - Static method in class org.fxmisc.wellbehaved.event.template.InputMapTemplate
-
When the given event type occurs and condition
is false,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).
- consumeWhen(EventPattern<? super T, ? extends U>, BooleanSupplier, Consumer<? super U>) - Static method in interface org.fxmisc.wellbehaved.event.InputMap
-
If the given
EventPattern
matches the given event type and
condition
is true,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).
- consumeWhen(EventType<? extends T>, BooleanSupplier, Consumer<? super T>) - Static method in interface org.fxmisc.wellbehaved.event.InputMap
-
When the given event type occurs and condition
is true,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).
- consumeWhen(EventPattern<? super T, ? extends U>, Predicate<? super S>, BiConsumer<? super S, ? super U>) - Static method in class org.fxmisc.wellbehaved.event.template.InputMapTemplate
-
If the given
EventPattern
matches the given event type and
condition
is true,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).
- consumeWhen(EventType<? extends T>, Predicate<? super S>, BiConsumer<? super S, ? super T>) - Static method in class org.fxmisc.wellbehaved.event.template.InputMapTemplate
-
When the given event type occurs and condition
is true,
consumes the event and does not attempt to match additional
InputMap
s (if they exist).