/* Run Operation in Background and allow for Cancellation */
getContainer().run(true, true, runnable);
}
private void importFromKeywordSearch(final String keywords, final boolean isLocalizedSearch) throws Exception {
IRunnableWithProgress runnable = new IRunnableWithProgress() {
public void run(IProgressMonitor monitor) throws InvocationTargetException {
try {
monitor.beginTask(Messages.ImportElementsPage_SEARCHING_FOR_FEEDS, IProgressMonitor.UNKNOWN);
monitor.subTask(Messages.ImportElementsPage_CONNECTING);
fCurrentProgressMonitor = monitor;