Home
last modified time | relevance | path

Searched refs:dndService (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/
H A DCommonDropAdapter.java60 private final INavigatorDnDService dndService; field in CommonDropAdapter
75 dndService = contentService.getDnDService(); in CommonDropAdapter()
172 final CommonDropAdapterAssistant[] assistants = dndService.findCommonDropAdapterAssistants(target, in performDrop()
224 CommonDropAdapterAssistant[] assistants = dndService.findCommonDropAdapterAssistants( in validateDrop()
H A DCommonDragAdapter.java135 INavigatorDnDService dndService = contentService.getDnDService(); in dragStart()
136 CommonDragAdapterAssistant[] assistants = dndService in dragStart()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DAbstractTextEditor.java3300 IDragAndDropService dndService= getSite().getService(IDragAndDropService.class); in initializeDragAndDrop() local
3301 if (dndService == null) in initializeDragAndDrop()
3313dndService.addMergedDropTarget(viewer.getTextWidget(), DND.DROP_MOVE | DND.DROP_COPY, listener.get… in initializeDragAndDrop()
3514 final IDragAndDropService dndService= getSite().getService(IDragAndDropService.class); in installTextDragAndDrop()
3515 if (dndService == null) in installTextDragAndDrop()
3681dndService.addMergedDropTarget(st, DND.DROP_MOVE | DND.DROP_COPY, new Transfer[] {TextTransfer.get… in installTextDragAndDrop()
3696 final IDragAndDropService dndService= getSite().getService(IDragAndDropService.class); in uninstallTextDragAndDrop()
3697 if (dndService == null) in uninstallTextDragAndDrop()
3701 dndService.removeMergedDropTarget(st); in uninstallTextDragAndDrop()