public interface ISpecificCaretPosition
Modifier and Type | Field and Description |
---|---|
static int |
LEFT_POSITIONS |
static int |
LIKE_JTEXTCOMPONENT |
static int |
RIGHT_POSITIONS |
Modifier and Type | Method and Description |
---|---|
int |
getCaretPositionMode()
Gets the position of text that will be seen
|
void |
setCaretPositionMode(int caretPositionMode)
Sets the position of text that will be seen
|
static final int LEFT_POSITIONS
static final int RIGHT_POSITIONS
static final int LIKE_JTEXTCOMPONENT
int getCaretPositionMode()
void setCaretPositionMode(int caretPositionMode)
caretPositionMode
- The position of text that will be seen (LEFT_POSITIONS, RIGHT_POSITIONS or LIKE_JTEXTCOMPONENT)