Uses of Class
org.fife.ui.rtextarea.ConfigurableCaret.SelectionType
-
Packages that use ConfigurableCaret.SelectionType Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of ConfigurableCaret.SelectionType in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as ConfigurableCaret.SelectionType Modifier and Type Field Description private ConfigurableCaret.SelectionTypeConfigurableCaret. selectionTypeDefines the current selection behavior.Methods in org.fife.ui.rtextarea that return ConfigurableCaret.SelectionType Modifier and Type Method Description static ConfigurableCaret.SelectionTypeConfigurableCaret.SelectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConfigurableCaret.SelectionType[]ConfigurableCaret.SelectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-