swt: how to handle copy/paste operation?

Posted by javapowered on Stack Overflow See other posts from Stack Overflow or by javapowered
Published on 2010-01-18T11:23:57Z Indexed on 2010/03/23 11:03 UTC
Read the original article Hit count: 344

Filed under:

Hi

I'm using SWT Text component. Do someone know how can I handle copy/paste operation and modify data when copying to the buffer and when copying from the buffer? I don't want just handle Ctrl-C Ctrl-V because there are a lot of other keys to do that thing (Shift-Del/Shift-Insert) and even user can override these keys.

Thanks

© Stack Overflow or respective owner

Related posts about swt