Methods' Details
|
- drop
-  
- void
drop(
-
- Description
- The drag operation has terminated with a drop on this drop target.
NOTE: This method should not be oneway. The implentation
has to wait until the method XDropTargetDropContext::dropComplete()
is called before releasing the data for the drop operation. This
should occur before returning from drop in a normal flow of operation.
Also, the implementor of XDropTargetListener should not assume
the DropTargetDropEvent to be meaningful after returning
from the XDropTargetListener::drop() method.
- Parameter dtde
-
The DropTargetDropEvent .
|
- dragEnter
-  
- [ oneway ] void
dragEnter(
-
- Description
- Called when a drag operation has encountered the drop target.
- Parameter dtde
-
The DropTargetDragEvent .
|
- dragExit
-  
- [ oneway ] void
dragExit(
-
- Description
- The drag operation has departed the drop target without dropping.
- Parameter dte
-
The DropTargetEvent .
|
- dragOver
-  
- [ oneway ] void
dragOver(
-
- Description
- Called when a drag operation is ongoing on the drop target.
- Parameter dtde
-
The DropTargetEvent .
|
- dropActionChanged
-  
- [ oneway ] void
dropActionChanged(
-
- Description
- Called when the user has modified the drop gesture.
- Parameter dtde
-
The DropTargetEvent .
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.