Uses of Class
org.fife.ui.rtextarea.FoldIndicatorIcon
Packages that use FoldIndicatorIcon
-
Uses of FoldIndicatorIcon in org.fife.ui.rtextarea
Subclasses of FoldIndicatorIcon in org.fife.ui.rtextareaModifier and TypeClassDescription(package private) class
A fold icon represented by a chevron.(package private) class
The default +/- icon for expanding and collapsing folds.Fields in org.fife.ui.rtextarea declared as FoldIndicatorIconModifier and TypeFieldDescriptionprivate FoldIndicatorIcon
FoldIndicator.collapsedFoldIcon
The icon used for collapsed folds.private FoldIndicatorIcon
FoldIndicator.expandedFoldIcon
The icon used for expanded folds.Methods in org.fife.ui.rtextarea with parameters of type FoldIndicatorIconModifier and TypeMethodDescriptionprivate void
FoldIndicator.paintIcon
(FoldIndicatorIcon icon, Graphics g, int x, int y, boolean collapsed) void
FoldIndicator.setFoldIcons
(FoldIndicatorIcon collapsedIcon, FoldIndicatorIcon expandedIcon) Sets the icons to use to represent collapsed and expanded folds.void
Gutter.setFoldIcons
(FoldIndicatorIcon collapsedIcon, FoldIndicatorIcon expandedIcon) Sets the icons to use to represent collapsed and expanded folds.