Uses of Class
org.fife.ui.rtextarea.FoldIndicatorStyle
-
Packages that use FoldIndicatorStyle Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of FoldIndicatorStyle in org.fife.ui.rtextarea
Methods in org.fife.ui.rtextarea that return FoldIndicatorStyle Modifier and Type Method Description static FoldIndicatorStyle
FoldIndicatorStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FoldIndicatorStyle[]
FoldIndicatorStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fife.ui.rtextarea with parameters of type FoldIndicatorStyle Modifier and Type Method Description void
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.
-