Ejemplo n.º 1
0
 /**
  * Indicates there is a drag operation in progress.
  *
  * @return <code>true</code> if there is a drag operation in progress, <code>false</code>
  *     otherwise.
  */
 public synchronized boolean dragInProgress() {
   return dragDropInfo.isDragging();
 }