Uses of Class
org.fife.ui.rtextarea.CaretStyle
-
Packages that use CaretStyle Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of CaretStyle in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as CaretStyle Modifier and Type Field Description private 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 CaretStyle Modifier and Type Method Description CaretStyle
ConfigurableCaret. getStyle()
Gets the current style of this caret.static CaretStyle
CaretStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CaretStyle[]
CaretStyle. 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 CaretStyle Modifier and Type Method Description void
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 CaretStyle Constructor Description ConfigurableCaret(CaretStyle style)
Constructs a newConfigurableCaret
.
-