Package org.eclipse.php.internal.ui.dnd

Examples of org.eclipse.php.internal.ui.dnd.PHPViewerDropSupport.start()


  protected void initDrop() {
    PHPViewerDropSupport dropSupport = new PHPViewerDropSupport(
        getTreeViewer());
    dropSupport.addDropTargetListener(new WorkingSetDropAdapter(this));
    dropSupport.start();
  }

  @Override
  public Object getAdapter(Class key) {
    if (key == IShowInSource.class) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.