Package org.locationtech.udig.internal.ui

Examples of org.locationtech.udig.internal.ui.StaticDestinationProvider


    view = (CatalogView) PlatformUI.getWorkbench()
        .getActiveWorkbenchWindow().getActivePage().showView(
            CatalogView.VIEW_ID);
    viewer = view.getTreeviewer();
    UDIGViewerDropAdapter adapter = new UDIGViewerDropAdapter(viewer,
        new StaticDestinationProvider(view));
    handler = adapter.getDropHandler();
        handler.setTarget(view);
    handler.setViewerLocation(ViewerDropLocation.NONE);
  }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.internal.ui.StaticDestinationProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.