Hi,

Is it possible to use the Quick Search API in standalone Swing Apps?

We have a home grown IDE like interface (not using NB Platform) and we’d like 
to add a quick search feature ust like NetBeans has. 

I took a look at the source code for the quick search module and it looks like 
it might be tied to the UI (TopComponents)
And rely on the XML file system for things like category name, keystroke, etc. 
I thought it used ServiceLoader but it directly reads the root virtual file 
system.

I didn’t see a way to provide those items externally since we don’t have the NB 
file system and our SearchProviders won’t be made via
The NetBeans wizards.


Just curious…

- Tim


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to