Uses of Enum Class
org.fife.ui.rtextarea.ExpandedFoldRenderStrategy
Packages that use ExpandedFoldRenderStrategy
-
Uses of ExpandedFoldRenderStrategy in org.fife.ui.rtextarea
Subclasses with type arguments of type ExpandedFoldRenderStrategy in org.fife.ui.rtextareaModifier and TypeClassDescriptionenumThe strategy to use when rendering expanded folds in the gutter.Fields in org.fife.ui.rtextarea declared as ExpandedFoldRenderStrategyModifier and TypeFieldDescriptionprivate ExpandedFoldRenderStrategyFoldIndicator.expandedFoldRenderStrategyThe 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 ExpandedFoldRenderStrategyReturns 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 TypeMethodDescriptionvoidFoldIndicator.setExpandedFoldRenderStrategy(ExpandedFoldRenderStrategy strategy) Sets the strategy to use for rendering expanded folds.voidGutter.setExpandedFoldRenderStrategy(ExpandedFoldRenderStrategy strategy) Sets the strategy to use for rendering expanded folds.