public class SimpleEditor.AggregatedEventStream extends org.reactfx.EventStreamBase<List<org.fxmisc.richtext.model.PlainTextChange>> implements org.reactfx.AwaitingEventStream<List<org.fxmisc.richtext.model.PlainTextChange>>
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.DoubleProperty |
aggreagatedChangeMillis() |
void |
emitPendingTextChanges()
Forces the propagation of any pending aggregated text changes.
|
boolean |
isAggregationEnabled() |
boolean |
isPending() |
boolean |
isReceiving() |
protected org.reactfx.Subscription |
observeInputs() |
javafx.beans.value.ObservableBooleanValue |
pendingProperty() |
javafx.beans.value.ObservableBooleanValue |
receivingProperty() |
void |
setAggregationEnabled(boolean pEnabled) |
javafx.beans.value.ObservableValue<Boolean> |
suppressedProperty() |
addObserver, enqueueNotifications, equals, forEachObserver, getObserverCount, hashCode, isObservingInputs, newObserver, notifyObservers, notifyObservers, observe, removeObserver, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccumulate, accumulate, accumulate, accumulateBetween, accumulateBetween, accumulateUntilLater, accumulateUntilLater, accumulateUntilLater, accumulateUntilLater, accumulateWhen, accumulateWhen, accumulative, accumulative, cast, conditionOn, conditionOnShowing, distinct, emitBothOnEach, emitOn, emitOnEach, feedTo, feedTo, filter, filter, filterMap, filterMap, flatMap, forgetful, fork, guardedBy, hook, latestN, map, mapToCompletionStage, mapToTask, onRecurseAccumulate, onRecurseAccumulate, onRecurseQueue, onRecurseReduce, onRecurseRetainLatest, or, pausable, pauseWhen, pin, queueBetween, queueUntilLater, queueUntilLater, reduceBetween, reduceSuccessions, reduceSuccessions, reduceSuccessions, reduceSuccessions, reduceSuccessions, reduceSuccessions, reduceUntilLater, reduceUntilLater, reduceWhen, reducible, repeatOn, retainLatestBetween, retainLatestUntilLater, retainLatestUntilLater, retainLatestWhen, splitBy, subscribe, subscribeFor, subscribeForOne, successionEnds, successionEnds, supply, supply, supplyCompletionStage, supplyTask, suppressible, suppressWhen, suspenderOf, thenAccumulateFor, thenAccumulateFor, thenAccumulateFor, thenAccumulateFor, thenIgnoreFor, thenIgnoreFor, thenReduceFor, thenReduceFor, thenRetainLatestFor, thenRetainLatestFor, threadBridge, threadBridgeFromFx, threadBridgeToFx, toBinding, withDefaultEventpublic javafx.beans.value.ObservableBooleanValue pendingProperty()
pendingProperty in interface org.reactfx.AwaitingEventStream<List<org.fxmisc.richtext.model.PlainTextChange>>public boolean isPending()
isPending in interface org.reactfx.AwaitingEventStream<List<org.fxmisc.richtext.model.PlainTextChange>>public javafx.beans.value.ObservableBooleanValue receivingProperty()
public boolean isReceiving()
public javafx.beans.property.DoubleProperty aggreagatedChangeMillis()
public javafx.beans.value.ObservableValue<Boolean> suppressedProperty()
protected org.reactfx.Subscription observeInputs()
public void emitPendingTextChanges()
public boolean isAggregationEnabled()
public void setAggregationEnabled(boolean pEnabled)
Copyright © 2023. All rights reserved.