Uses of Class
org.fife.ui.rtextarea.ExpandedFoldRenderStrategy
-
Packages that use ExpandedFoldRenderStrategy Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of ExpandedFoldRenderStrategy in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as ExpandedFoldRenderStrategy Modifier and Type Field Description private ExpandedFoldRenderStrategy
FoldIndicator. expandedFoldRenderStrategy
The strategy to use when rendering expanded folds.Methods in org.fife.ui.rtextarea that return ExpandedFoldRenderStrategy Modifier and Type Method Description ExpandedFoldRenderStrategy
FoldIndicator. getExpandedFoldRenderStrategy()
Returns the strategy to use for rendering expanded folds.ExpandedFoldRenderStrategy
Gutter. getExpandedFoldRenderStrategy()
Returns the strategy to use for rendering expanded folds.static ExpandedFoldRenderStrategy
ExpandedFoldRenderStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpandedFoldRenderStrategy[]
ExpandedFoldRenderStrategy. 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 ExpandedFoldRenderStrategy Modifier and Type Method Description void
FoldIndicator. setExpandedFoldRenderStrategy(ExpandedFoldRenderStrategy strategy)
Sets the strategy to use for rendering expanded folds.void
Gutter. setExpandedFoldRenderStrategy(ExpandedFoldRenderStrategy strategy)
Sets the strategy to use for rendering expanded folds.
-