Interface INavigatorDnDService

    • Method Detail

      • getCommonDragAssistants

        CommonDragAdapterAssistant[] getCommonDragAssistants()
        As part of the org.eclipse.ui.navigator.viewer extension point, clients may explicit extend the support Transfer Types of a particular viewer using the dragAssistant element. This element defines a class which extends CommonDragAdapterAssistant and can direct the viewer on how to provide different kinds of DND Transfer Types. The array is returned in no particular order.
        Returns:
        An array of CommonDragAdapterAssistant or an empty array.
      • bindDragAssistant

        void bindDragAssistant​(CommonDragAdapterAssistant anAssistant)
        Clients may choose to programmatically bind drag assistants to an instance of the DND Service. A programmatic binding is not persisted between sessions and is not propagated to other instances of INavigatorContentService with the same id.
        Parameters:
        anAssistant - The assistant to bind.