Searched refs:currentSelection (Results 1 – 1 of 1) sorted by relevance
798 ISelection currentSelection = outline.getSelection(); in processDropEvent() local799 if (currentSelection == null || !currentSelection.equals(newSelection)) { in processDropEvent()