Uses of Class
jfx.incubator.scene.control.richtext.model.ContentChange
Packages that use ContentChange
-
Uses of ContentChange in jfx.incubator.scene.control.richtext.model
Methods in jfx.incubator.scene.control.richtext.model that return ContentChangeModifier and TypeMethodDescriptionstatic ContentChange
ContentChange.ofEdit
(TextPos start, TextPos end, int charsAddedTop, int linesAdded, int charsAddedBottom) Creates the content change event which represents an edit.static ContentChange
ContentChange.ofStyleChange
(TextPos start, TextPos end) Creates the content change event which represents a styling update.Methods in jfx.incubator.scene.control.richtext.model with parameters of type ContentChangeModifier and TypeMethodDescriptionvoid
StyledTextModel.Listener.onContentChange
(ContentChange ch) Informs the listener that the model content has changed.