Package editor

Class EditorHostTextPane.GosuHighlighter

java.lang.Object
javax.swing.text.LayeredHighlighter
editor.EditorHostTextPane.GosuHighlighter
All Implemented Interfaces:
Highlighter
Enclosing class:
EditorHostTextPane

private class EditorHostTextPane.GosuHighlighter extends LayeredHighlighter
Override the default highlighter to render line breakpoints. Adding normal highlight painters for these is otherwise rather clumsy e.g., have to move them when text changes, recreate them after closing and reopening views, etc.