Package | Description |
---|---|
org.fife.ui.rtextarea |
A single-font text editor with many custom features.
|
Modifier and Type | Method and Description |
---|---|
CaretStyle |
ConfigurableCaret.getStyle()
Gets the current style of this caret.
|
static CaretStyle |
CaretStyle.valueOf(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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ConfigurableCaret(CaretStyle style)
Constructs a new
ConfigurableCaret . |
Copyright © 2003–2015. All rights reserved.