Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.ui.part
Interface IDropActionDelegate


public interface IDropActionDelegate

Interface for actions supplied by extensions to the org.eclipse.ui.dropActions extension point.


Method Summary
 boolean run(Object source, Object target)
          Runs the drop action on the given source and target.
 

Method Detail

 

 

run

public boolean run(Object source,
                   Object target)

Runs the drop action on the given source and target.

Parameters:
source - The object that is being dragged.
target - The object that the drop is occurring over.
Returns:
boolean True if the drop was successful, and false otherwise.


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.