Project

General

Profile

« Previous | Next » 

Revision bb99bc5b

Added by Katja Luther over 6 years ago

add menu to namedAreaSelection dialog (need to be migrated)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/NamedAreaSelectionDialog.java
13 13
import java.util.List;
14 14
import java.util.UUID;
15 15

  
16
import org.eclipse.core.runtime.CoreException;
16 17
import org.eclipse.jface.action.Action;
17 18
import org.eclipse.jface.action.IAction;
18 19
import org.eclipse.jface.action.IMenuManager;
......
61 62
			}
62 63
			PreferencesUtil.getPreferenceStore().setValue(getPrefKey(vocabulary), !isChecked());
63 64
			search();
65
			try {
66
                fillContentProvider(null);
67
            } catch (CoreException coreException) {
68
                // TODO Auto-generated catch block
69
                coreException.printStackTrace();
70
            }
64 71
		}
65 72
	}
66 73

  

Also available in: Unified diff