Uses of Class
org.fife.ui.rtextarea.AbstractGutterComponent
-
Packages that use AbstractGutterComponent 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 AbstractGutterComponent in org.fife.ui.rsyntaxtextarea
Subclasses of AbstractGutterComponent 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. -
Uses of AbstractGutterComponent in org.fife.ui.rtextarea
Subclasses of AbstractGutterComponent in org.fife.ui.rtextarea Modifier and Type Class Description class
FoldIndicator
Component in the gutter that displays +/- icons to expand and collapse fold regions in the editor.class
IconRowHeader
Renders icons in theGutter
.class
LineNumberList
Renders line numbers in the gutter.Methods in org.fife.ui.rtextarea with parameters of type AbstractGutterComponent Modifier and Type Method Description (package private) void
AbstractGutterComponent.Listener. install(AbstractGutterComponent component)
private void
AbstractGutterComponent.Listener. setArmed(AbstractGutterComponent component, boolean armed)
(package private) void
AbstractGutterComponent.Listener. uninstall(AbstractGutterComponent component)
-