I'm looking for some ideas/resources on how to approach building a search bar on top of an existing view eclipse plugin. I want something similar to what the Task List view in eclipse has:
http://help.targetprocess.com/images/integration_api/eclipse3.png?1337868355
The view I want to build this on is just a simple list of objects, basically exactly like the simple view tutorials eclipse PDE provides. Nothing complicated.
I've searched around and there doesn't seem to be much information on this. If anyone could give me some guidance on how to start, that would be great.
Thanks for any help!