Uses of Class
org.fife.ui.rtextarea.IconRowHeader
Packages that use IconRowHeader
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of IconRowHeader in org.fife.ui.rsyntaxtextarea
Subclasses of IconRowHeader in org.fife.ui.rsyntaxtextareaModifier and TypeClassDescriptionclass
A row header component that takes code folding into account when painting itself.Methods in org.fife.ui.rsyntaxtextarea that return IconRowHeaderModifier and TypeMethodDescriptionRSyntaxTextAreaEditorKit.createIconRowHeader
(RTextArea textArea) Overridden to return a row header that is aware of folding. -
Uses of IconRowHeader in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as IconRowHeaderModifier and TypeFieldDescriptionprivate IconRowHeader
Gutter.iconArea
Renders bookmark icons, breakpoints, error icons, etc.Methods in org.fife.ui.rtextarea that return IconRowHeaderModifier and TypeMethodDescriptionRTextAreaEditorKit.createIconRowHeader
(RTextArea textArea) Creates an icon row header to use in the gutter for a text area.