|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.view.DiagramDropTargetListener
public class DiagramDropTargetListener
Listener for the drop event on the diagram. This listener is used when Astah models/external models are dropped on the diagram.
| Method Summary | |
|---|---|
void |
DiagramDropTargetListener(IDiagram target)
Constructor |
void |
dropExternalData(DropTargetDropEvent dtde)
This method is called when external models are dropped. |
void |
dropModels(DropTargetDropEvent dtde,
Set<E> models)
This method is called when Astah models are dropped. |
IDiagram |
getTarget()
Get the target diagram. |
| Method Detail |
|---|
public void DiagramDropTargetListener(IDiagram target)
target - Target diagram
public void dropModels(DropTargetDropEvent dtde,
Set<E> models)
DropTargetDropEvent - Drop event on the diagrammodels - Droped Modelspublic void dropExternalData(DropTargetDropEvent dtde)
DropTargetDropEvent - Drop event on the diagrampublic IDiagram getTarget()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||