I'm very new to Netbeans platform and I'm trying to assess whether it is possible to utilize the completion functionality outside of the source editors? I followed the completion tutorial but that merely sets up the completion and registers it as a service. Then the editor picks it up based on the MIME-type.
What I want to do is to write a topcomponent with a jtable in it and enable completion when one edits a cell in the table. Can anyone point me in the right direction on what I need to do?
Regards, Rickard