Uses of Class
com.iamsoft.util.ui.javafx.codearea.SimpleEditor.AggregatedEventStream
-
Packages that use SimpleEditor.AggregatedEventStream Package Description com.iamsoft.util.ui.javafx.codearea Utilities for dealing with CodeArea. -
-
Uses of SimpleEditor.AggregatedEventStream in com.iamsoft.util.ui.javafx.codearea
Methods in com.iamsoft.util.ui.javafx.codearea that return SimpleEditor.AggregatedEventStream Modifier and Type Method Description SimpleEditor.AggregatedEventStream
SimpleEditor. aggregatedMultiChanges()
Text changes are propagated not on every keystroke, but only if the user stops typing for a specified time interval, or the editor looses the focus.
-