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 ExpandedFoldRenderStrategyFoldIndicator. expandedFoldRenderStrategyThe strategy to use when rendering expanded folds.Methods in org.fife.ui.rtextarea that return ExpandedFoldRenderStrategy Modifier and Type Method Description ExpandedFoldRenderStrategyFoldIndicator. getExpandedFoldRenderStrategy()Returns the strategy to use for rendering expanded folds.ExpandedFoldRenderStrategyGutter. getExpandedFoldRenderStrategy()Returns the strategy to use for rendering expanded folds.static ExpandedFoldRenderStrategyExpandedFoldRenderStrategy. 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 voidFoldIndicator. 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.
-