Uses of Class
org.fife.ui.rtextarea.IconRowHeader
-
Packages that use IconRowHeader Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of IconRowHeader in org.fife.ui.rsyntaxtextarea
Subclasses of IconRowHeader in org.fife.ui.rsyntaxtextarea Modifier and Type Class Description class
FoldingAwareIconRowHeader
A row header component that takes code folding into account when painting itself.Methods in org.fife.ui.rsyntaxtextarea that return IconRowHeader Modifier and Type Method Description IconRowHeader
RSyntaxTextAreaEditorKit. 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 IconRowHeader Modifier and Type Field Description private IconRowHeader
Gutter. iconArea
Renders bookmark icons, breakpoints, error icons, etc.Methods in org.fife.ui.rtextarea that return IconRowHeader Modifier and Type Method Description IconRowHeader
RTextAreaEditorKit. createIconRowHeader(RTextArea textArea)
Creates an icon row header to use in the gutter for a text area.
-