Uses of Enum Class
org.fife.ui.rtextarea.FoldIndicatorStyle
Packages that use FoldIndicatorStyle
-
Uses of FoldIndicatorStyle in org.fife.ui.rtextarea
Methods in org.fife.ui.rtextarea that return FoldIndicatorStyleModifier and TypeMethodDescriptionstatic FoldIndicatorStyleReturns the enum constant of this class with the specified name.static FoldIndicatorStyle[]FoldIndicatorStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fife.ui.rtextarea with parameters of type FoldIndicatorStyleModifier and TypeMethodDescriptionvoidGutter.setFoldIndicatorStyle(FoldIndicatorStyle style) Toggles the presentation of the fold region of this component.(package private) voidFoldIndicator.setStyle(FoldIndicatorStyle style) Toggles the presentation of this component.