如何使用swt styledText获取文本的CaretLocation

时间:2012-10-04 12:04:57

标签: swt

我需要使用SWT Styledtext来文本的CaretLocation。

由于

1 个答案:

答案 0 :(得分:1)

getCaretOffset()做你想做的事吗?

StyledText text = ...
int position = text.getCaretOffset();