Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Content Assist in KTable
Content Assist in KTable [message #466106] Mon, 02 January 2006 13:34 Go to next message
Greg is currently offline GregFriend
Messages: 21
Registered: July 2009
Junior Member
I "sort of" got Content assist working in a KTable.

Basically I had to create an AbstractTextEditor and replace the expected
StyledText widget with a KTable.

The biggest difficulty was gettnig the editor to realize that each
KTableCellEditor created a new TextWidget on the open() method.

Now the content assist will appear when I click "Ctrl - Space"

However, one problem that remains is that the keystrokes are still getting
captured by the CellEditor and aren't being handled by the ContentAssist
Popup.

Does anyone have enough experience with Content Assist to suggest a way to
handle that? Just trying to get a head start.

Thanks again for the help everyone has provided so far.

-greg
Re: Content Assist in KTable [message #466354 is a reply to message #466106] Sun, 08 January 2006 11:24 Go to previous message
Sanjay Chaudhuri is currently offline Sanjay ChaudhuriFriend
Messages: 19
Registered: July 2009
Junior Member
Found a link, not sure, if the article/example would help you.

http://devresource.hp.com/drc/technical_white_papers/ecliped itor/index.jsp
Previous Topic:Bests SWT/JFace Books for Beginners
Next Topic:how to create Palette like menu structure in SWT/JFace
Goto Forum:
  


Current Time: Wed Apr 24 14:57:47 GMT 2024

Powered by FUDForum. Page generated in 0.06775 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top