|
|
java > java.awt > java.awt.dnd > java.awt.dnd.droptargetcontext >
Class: java.awt.dnd.DropTargetContext java.lang.Object java.awt.dnd.DropTargetContext
public class DropTargetContext extends Object implements Serializable
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | protected | void | acceptDrag(int dragOperation) |
| | protected | void | acceptDrop(int dropOperation) |
| | public | void | addNotify(java.awt.dnd.peer.DropTargetContextPeer dtcp) |
| | protected | Transferable | createTransferableProxy(Transferable t, boolean local) |
| | public | void | dropComplete(boolean success) Throws: InvalidDnDOperationException |
| | public | Component | getComponent() |
| | protected | DataFlavor[] | getCurrentDataFlavors() |
| | protected | List | getCurrentDataFlavorsAsList() |
| | public | DropTarget | getDropTarget() |
| | protected | int | getTargetActions() |
| | protected | Transferable | getTransferable() Throws: InvalidDnDOperationException |
| | protected | boolean | isDataFlavorSupported(DataFlavor df) |
| | protected | void | rejectDrag() |
| | protected | void | rejectDrop() |
| | public | void | removeNotify() |
| | protected | void | setTargetActions(int actions) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|