Uses of Enum Class
org.fife.ui.rtextarea.ExpandedFoldRenderStrategy
Packages that use ExpandedFoldRenderStrategy
-
Uses of ExpandedFoldRenderStrategy in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as ExpandedFoldRenderStrategyModifier and TypeFieldDescriptionprivate ExpandedFoldRenderStrategy
FoldIndicator.expandedFoldRenderStrategy
The strategy to use when rendering expanded folds.Methods in org.fife.ui.rtextarea that return ExpandedFoldRenderStrategyModifier and TypeMethodDescriptionFoldIndicator.getExpandedFoldRenderStrategy()
Returns the strategy to use for rendering expanded folds.Gutter.getExpandedFoldRenderStrategy()
Returns the strategy to use for rendering expanded folds.static ExpandedFoldRenderStrategy
Returns the enum constant of this class with the specified name.static ExpandedFoldRenderStrategy[]
ExpandedFoldRenderStrategy.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 ExpandedFoldRenderStrategyModifier and TypeMethodDescriptionvoid
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.