List of usage examples for org.eclipse.jface.util DelegatingDropAdapter subclass-usage
From source file com.architexa.org.eclipse.gef.dnd.DelegatingDropAdapter.java
/**
* A <code>DropTargetListener</code> that manages and delegates to a set of {@link
* TransferDropTargetListener}s. Each <code>TransferDropTargetListener</code> can then be
* implemented as if it were the DropTarget's only DropTargetListener.
* <P>
* On each DropTargetEvent, a <i>current</i> listener is obtained from the set of all
From source file org.eclipse.gef.dnd.DelegatingDropAdapter.java
/**
* A <code>DropTargetListener</code> that manages and delegates to a set of
* {@link TransferDropTargetListener}s. Each
* <code>TransferDropTargetListener</code> can then be implemented as if it were
* the DropTarget's only DropTargetListener.
* <P>