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 classFoldingAwareIconRowHeaderA 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 classFoldIndicatorComponent in the gutter that displays +/- icons to expand and collapse fold regions in the editor.classIconRowHeaderRenders icons in theGutter.classLineNumberListRenders line numbers in the gutter.Methods in org.fife.ui.rtextarea with parameters of type AbstractGutterComponent Modifier and Type Method Description (package private) voidAbstractGutterComponent.Listener. install(AbstractGutterComponent component)private voidAbstractGutterComponent.Listener. setArmed(AbstractGutterComponent component, boolean armed)(package private) voidAbstractGutterComponent.Listener. uninstall(AbstractGutterComponent component)
-