Uses of Enum Class
org.fife.ui.rtextarea.CaretStyle
Packages that use CaretStyle
-
Uses of CaretStyle in org.fife.ui.rtextarea
Subclasses with type arguments of type CaretStyle in org.fife.ui.rtextareaModifier and TypeClassDescriptionenumProvides various ways to render a caret such asConfigurableCaret..Methods in org.fife.ui.rtextarea that return CaretStyleModifier and TypeMethodDescriptionConfigurableCaret.getStyle()Gets the current style of this caret.static CaretStyleReturns the enum constant of this class with the specified name.static CaretStyle[]CaretStyle.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 CaretStyleModifier and TypeMethodDescriptionvoidRTextArea.setCaretStyle(int mode, CaretStyle style) Sets the style of caret used when in insert or overwrite mode.voidConfigurableCaret.setStyle(CaretStyle style) Sets the style used when painting the caret.Constructors in org.fife.ui.rtextarea with parameters of type CaretStyleModifierConstructorDescriptionConfigurableCaret(CaretStyle style) Constructs a newConfigurableCaret.