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 FoldIndicatorStyle
Returns 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 TypeMethodDescriptionvoid
Gutter.setFoldIndicatorStyle
(FoldIndicatorStyle style) Toggles the presentation of the fold region of this component.(package private) void
FoldIndicator.setStyle
(FoldIndicatorStyle style) Toggles the presentation of this component.