Example usage for Java javax.swing.text Caret fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getDot() Fetches the current position of the caret. |
Point | getMagicCaretPosition() Gets the current caret visual location. |
int | getMark() Fetches the current position of the mark. |
boolean | isSelectionVisible() Determines if the selection is currently visible. |
void | setBlinkRate(int rate) Sets the blink rate of the caret. |