Uses of Interface
org.fxmisc.undo.impl.ChangeQueue
Packages that use ChangeQueue
-
Uses of ChangeQueue in org.fxmisc.undo.impl
Classes in org.fxmisc.undo.impl that implement ChangeQueueModifier and TypeClassDescriptionclassclassclassFields in org.fxmisc.undo.impl declared as ChangeQueueConstructors in org.fxmisc.undo.impl with parameters of type ChangeQueueModifierConstructorDescriptionMultiChangeUndoManagerImpl(ChangeQueue<List<C>> queue, Function<? super C, ? extends C> changeInvert, Consumer<List<C>> apply, BiFunction<C, C, Optional<C>> changeMerge, Predicate<C> changeIsIdentity, org.reactfx.EventStream<List<C>> changeSource) MultiChangeUndoManagerImpl(ChangeQueue<List<C>> queue, Function<? super C, ? extends C> changeInvert, Consumer<List<C>> apply, BiFunction<C, C, Optional<C>> changeMerge, Predicate<C> changeIsIdentity, org.reactfx.EventStream<List<C>> changeSource, Duration preventMergeDelay) UndoManagerImpl(ChangeQueue<C> queue, Function<? super C, ? extends C> invert, Consumer<C> apply, BiFunction<C, C, Optional<C>> merge, Predicate<C> isIdentity, org.reactfx.EventStream<C> changeSource) UndoManagerImpl(ChangeQueue<C> queue, Function<? super C, ? extends C> invert, Consumer<C> apply, BiFunction<C, C, Optional<C>> merge, Predicate<C> isIdentity, org.reactfx.EventStream<C> changeSource, Duration preventMergeDelay)