Uses of Class
org.fife.ui.rtextarea.FoldIndicatorIcon
-
Packages that use FoldIndicatorIcon Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of FoldIndicatorIcon in org.fife.ui.rtextarea
Subclasses of FoldIndicatorIcon in org.fife.ui.rtextarea Modifier and Type Class Description (package private) class
ChevronFoldIcon
A fold icon represented by a chevron.(package private) class
PlusMinusFoldIcon
The default +/- icon for expanding and collapsing folds.Fields in org.fife.ui.rtextarea declared as FoldIndicatorIcon Modifier and Type Field Description private 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 FoldIndicatorIcon Modifier and Type Method Description private void
FoldIndicator. paintIcon(FoldIndicatorIcon icon, java.awt.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.
-