|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICaretPositioner
Positions caret if has caret.
Method Summary | |
---|---|
int |
getCaretOffset()
Returns offset in TextPiece where caret is. |
boolean |
hasCaret()
Test if this positioner has caret, it means caret is visible and positioned by this caret positioner. |
void |
hideCaret()
Hides the Caret |
void |
showCaret()
Shows the Caret |
void |
showCaretBefore(int index)
Shows Caret before character at position index. |
Method Detail |
---|
boolean hasCaret()
int getCaretOffset()
void hideCaret()
void showCaret()
void showCaretBefore(int index)
index
- index of character before which Caret to show.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |