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) classChevronFoldIconA fold icon represented by a chevron.(package private) classPlusMinusFoldIconThe default +/- icon for expanding and collapsing folds.Fields in org.fife.ui.rtextarea declared as FoldIndicatorIcon Modifier and Type Field Description private FoldIndicatorIconFoldIndicator. collapsedFoldIconThe icon used for collapsed folds.private FoldIndicatorIconFoldIndicator. expandedFoldIconThe icon used for expanded folds.Methods in org.fife.ui.rtextarea with parameters of type FoldIndicatorIcon Modifier and Type Method Description private voidFoldIndicator. paintIcon(FoldIndicatorIcon icon, java.awt.Graphics g, int x, int y, boolean collapsed)voidFoldIndicator. setFoldIcons(FoldIndicatorIcon collapsedIcon, FoldIndicatorIcon expandedIcon)Sets the icons to use to represent collapsed and expanded folds.voidGutter. setFoldIcons(FoldIndicatorIcon collapsedIcon, FoldIndicatorIcon expandedIcon)Sets the icons to use to represent collapsed and expanded folds.
-