Uses of Enum Class
org.fife.ui.rtextarea.CaretStyle
Packages that use CaretStyle
-
Uses of CaretStyle in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as CaretStyleModifier and TypeFieldDescriptionprivate CaretStyle[]
RTextArea.carets
private CaretStyle
ConfigurableCaret.style
Whether the caret is a vertical line, a horizontal line, or a block.Methods in org.fife.ui.rtextarea that return CaretStyleModifier and TypeMethodDescriptionConfigurableCaret.getStyle()
Gets the current style of this caret.static CaretStyle
Returns 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 TypeMethodDescriptionvoid
RTextArea.setCaretStyle
(int mode, CaretStyle style) Sets the style of caret used when in insert or overwrite mode.void
ConfigurableCaret.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
.