Uses of Interface
jpicedt.graphic.view.HighlighterFactory
-
Packages that use HighlighterFactory Package Description jpicedt.graphic.toolkit Controller (document editing through UI actions)jpicedt.graphic.view Document appearance. -
-
Uses of HighlighterFactory in jpicedt.graphic.toolkit
Methods in jpicedt.graphic.toolkit that return HighlighterFactory Modifier and Type Method Description HighlighterFactoryEditorKit. getHighlighterFactory()Return the factory delegate for producing View's HighlightersMethods in jpicedt.graphic.toolkit with parameters of type HighlighterFactory Modifier and Type Method Description voidEditorKit. setHighlighterFactory(HighlighterFactory hf)Sets the factory delegate for producing View's Highlighters -
Uses of HighlighterFactory in jpicedt.graphic.view
Classes in jpicedt.graphic.view that implement HighlighterFactory Modifier and Type Class Description classDefaultHighlighterFactoryThis is the default factory used to create a Highlighter for a given Element.Methods in jpicedt.graphic.view that return HighlighterFactory Modifier and Type Method Description HighlighterFactoryDefaultHighlighterFactory.DefaultHighlighter. getHighlighterFactory()Fetches the HighlighterFactory implementation that is feeding the view hierarchy.HighlighterFactoryHighlighter. getHighlighterFactory()Fetches the HighlighterFactory implementation that is feeding the view hierarchy.
-