Package qupath.lib.gui.scripting.richtextfx.stylers
package qupath.lib.gui.scripting.richtextfx.stylers
Classes for syntax styling in QuPath's script editor.
-
ClassDescriptionStyling to apply to a
CodeArea
, based on Groovy or Java syntax.Styling to apply to aCodeArea
, based on JSON syntax.Styling to apply to aCodeArea
, based on Markdown syntax.Styling for plain text (which really means no styling).Styling to apply to aCodeArea
, based on Java .properties and .cfg file syntax.Styling to apply to aCodeArea
, based on Python syntax.Interface for classes that apply some styling to a RichTextFX'sCodeArea
.Class with static methods to fetch all the availableScriptStyler
s.Styling to apply to aCodeArea
for XML.Styling to apply to aCodeArea
, based on YAML syntax.