Uses of Class
org.fife.ui.rtextarea.AbstractGutterComponent
Packages that use AbstractGutterComponent
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of AbstractGutterComponent in org.fife.ui.rsyntaxtextarea
Subclasses of AbstractGutterComponent in org.fife.ui.rsyntaxtextareaModifier and TypeClassDescriptionclass
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.rtextareaModifier and TypeClassDescriptionclass
Component in the gutter that displays +/- icons to expand and collapse fold regions in the editor.class
Renders icons in theGutter
.class
Renders line numbers in the gutter.Methods in org.fife.ui.rtextarea with parameters of type AbstractGutterComponentModifier and TypeMethodDescription(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)