Uses of Interface
jfx.incubator.scene.control.richtext.StyleResolver
Packages that use StyleResolver
Package
Description
Provides common models for
RichTextArea
and
CodeArea
controls.Contains RichTextArea skin and related classes.
-
Uses of StyleResolver in jfx.incubator.scene.control.richtext.model
Methods in jfx.incubator.scene.control.richtext.model with parameters of type StyleResolverModifier and TypeMethodDescriptionabstract Object
DataFormatHandler.copy
(StyledTextModel model, StyleResolver resolver, TextPos start, TextPos end) Creates an object to be put into the Clipboard for the given text range.HtmlExportFormatHandler.copy
(StyledTextModel model, StyleResolver resolver, TextPos start, TextPos end) PlainTextFormatHandler.copy
(StyledTextModel m, StyleResolver resolver, TextPos start, TextPos end) RichTextFormatHandler.copy
(StyledTextModel m, StyleResolver r, TextPos start, TextPos end) RtfFormatHandler.copy
(StyledTextModel model, StyleResolver resolver, TextPos start, TextPos end) BasicTextModel.getStyleAttributeMap
(StyleResolver resolver, TextPos pos) RichTextModel.getStyleAttributeMap
(StyleResolver resolver, TextPos pos) SimpleViewOnlyStyledModel.getStyleAttributeMap
(StyleResolver r, TextPos pos) StyledSegment.getStyleAttributeMap
(StyleResolver resolver) This method returns StyleAttributeMap (or null) for this segment.abstract StyleAttributeMap
StyledTextModel.getStyleAttributeMap
(StyleResolver resolver, TextPos pos) Returns theStyleAttributeMap
of the character at the specified position'scharIndex
.final void
StyledTextModel.read
(StyleResolver r, DataFormat f, InputStream input) Replaces the content of the model with the data read from the input stream, using the specifiedDataFormat
.final TextPos[]
StyledTextModel.redo
(StyleResolver resolver) Redoes the recent change, if possible, returning an array comprising [start, end] text positions prior to the change.final TextPos
StyledTextModel.replace
(StyleResolver resolver, TextPos start, TextPos end, String text, boolean allowUndo) Replaces the given range with the provided plain text.final TextPos
StyledTextModel.replace
(StyleResolver resolver, TextPos start, TextPos end, StyledInput input, boolean allowUndo) Replaces the given range with the provided styled text input.abstract void
DataFormatHandler.save
(StyledTextModel model, StyleResolver resolver, TextPos start, TextPos end, OutputStream out) Save the text range in the handler's format to the output stream (e.g.void
HtmlExportFormatHandler.save
(StyledTextModel model, StyleResolver resolver, TextPos start, TextPos end, OutputStream out) void
PlainTextFormatHandler.save
(StyledTextModel m, StyleResolver resolver, TextPos start, TextPos end, OutputStream out) void
RichTextFormatHandler.save
(StyledTextModel m, StyleResolver r, TextPos start, TextPos end, OutputStream out) void
RtfFormatHandler.save
(StyledTextModel model, StyleResolver resolver, TextPos start, TextPos end, OutputStream out) final TextPos[]
StyledTextModel.undo
(StyleResolver resolver) Undoes the recent change, if possible, returning an array comprising [start, end] text positions prior to the change.final void
StyledTextModel.write
(StyleResolver r, DataFormat f, OutputStream out) Writes the model content to the output stream using the specifiedDataFormat
. -
Uses of StyleResolver in jfx.incubator.scene.control.richtext.skin
Methods in jfx.incubator.scene.control.richtext.skin that return StyleResolverModifier and TypeMethodDescriptionRichTextAreaSkin.getStyleResolver()
Returns the skin'sStyleResolver
.