示例#1
0
 /**
  * Indicates whether there is a native drag/drop operation in progress.
  *
  * @return <code>true</code> if there is a native drag/drop operation in progress, <code>false
  *     </code> otherwise.
  */
 public boolean isNativeDragActive() {
   return dragDropInfo.isNativeDragActive();
 }