Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] SearchEngine.search question


The IJavaSearchResultCollector you pass into search() has a progress monitor which you can setCanceled(true).

Thomas


Travis Hume <travis@xxxxxxxxxxxx>
Sent by: jdt-dev-admin@xxxxxxxxxxx

03/02/2004 07:39 AM
Please respond to jdt-dev

       
        To:        jdt-dev@xxxxxxxxxxx
        cc:        
        Subject:        [jdt-dev] SearchEngine.search question



Is it possible to cancel a SearchEngine.search() call after it has been
invoked.  Or possibly limit the number of matches?  I'm really only
interested in whether or not a particular JavaElement is being
referenced, not how many times or by who.

Thanks

--
Travis Hume
travis@xxxxxxxxxxxx
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-dev


Back to the top