public class DragPipeline
extends java.lang.Object
| Constructor and Description |
|---|
DragPipeline() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
DragOperation |
getDragToken() |
boolean |
isOpen() |
void |
open(DragOperation token) |
void |
processDragEvent(java.awt.event.MouseEvent me) |
public boolean isOpen()
public void open(DragOperation token)
public void close()
public void processDragEvent(java.awt.event.MouseEvent me)
public DragOperation getDragToken()