Java javax.swing.text Caret fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.text Caret fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.text Caret.

The text is from its open source code.

Method

intgetDot()
Fetches the current position of the caret.
PointgetMagicCaretPosition()
Gets the current caret visual location.
intgetMark()
Fetches the current position of the mark.
booleanisSelectionVisible()
Determines if the selection is currently visible.
voidsetBlinkRate(int rate)
Sets the blink rate of the caret.