Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SWT Styledtext を使用して、テキストの CaretLocation が必要です。
ありがとう
あなたが望むことをしませgetCaretOffset()んか?
getCaretOffset()
StyledText text = ... int position = text.getCaretOffset();