org.flexdock.docking.drag
public class DragPipeline extends Object
| Constructor and Description |
|---|
DragPipeline() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
DragOperation |
getDragToken() |
boolean |
isOpen() |
void |
open(DragOperation token) |
void |
processDragEvent(MouseEvent me) |
public boolean isOpen()
public void open(DragOperation token)
public void close()
public void processDragEvent(MouseEvent me)
public DragOperation getDragToken()