Package org.eclipse.swt.dnd

Examples of org.eclipse.swt.dnd.DropTarget.dispose()


   * @see org.eclipse.ui.dnd.IDragAndDropService#removeMergedDropTarget(org.eclipse.swt.widgets.Control)
   */
  public void removeMergedDropTarget(Control control) {
    DropTarget targetForControl = getCurrentDropTarget(control);
    if (targetForControl != null) {
      targetForControl.dispose();
      addedListeners.remove(targetForControl);
    }
  }

  /* (non-Javadoc)
 
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.