|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
ViewDragAndDropListener
| Method Summary | |
void |
dragDrop(GraphPanelDragEvent event)
Called when a VisualGraphObject has been dropped into the
graph panel |
void |
dragEnter(GraphPanelDragEvent event)
Called when a VisualGraphObject has been dragged into the bounds
of a VisualGraphObject in the view or into the bounds of the view
itself (in this case the GraphPanelDragEvent.getTargetGraphObject() will
return null). |
void |
dragExit(GraphPanelDragEvent event)
Called when a VisualGraphObject has been dragged out of the bounds
of a VisualGraphObject in the view or out of the bounds of the view
itself (in this case the GraphPanelDragEvent.getTargetGraphObject() will
return null). |
void |
dragMove(GraphPanelDragEvent event)
Called when a VisualGraphObject has been dragged over the
graph panel |
void |
dragPreDrop(GraphPanelDragEvent event)
Called when a VisualGraphObject will be dropped into the
graph panel |
| Method Detail |
public void dragDrop(GraphPanelDragEvent event)
VisualGraphObject has been dropped into the
graph panel
event - The GraphPanelDragEvent eventpublic void dragPreDrop(GraphPanelDragEvent event)
VisualGraphObject will be dropped into the
graph panel
event - The GraphPanelDragEvent eventpublic void dragMove(GraphPanelDragEvent event)
VisualGraphObject has been dragged over the
graph panel
event - The GraphPanelDragEvent eventpublic void dragEnter(GraphPanelDragEvent event)
VisualGraphObject has been dragged into the bounds
of a VisualGraphObject in the view or into the bounds of the view
itself (in this case the GraphPanelDragEvent.getTargetGraphObject() will
return null).
event - The GraphPanelDragEvent eventpublic void dragExit(GraphPanelDragEvent event)
VisualGraphObject has been dragged out of the bounds
of a VisualGraphObject in the view or out of the bounds of the view
itself (in this case the GraphPanelDragEvent.getTargetGraphObject() will
return null).
event - The GraphPanelDragEvent event
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||