org.jgraph.plaf.basic
public class BasicGraphUI.GraphDropTargetListener extends BasicGraphDropTargetListener implements Serializable
| Method Summary | |
|---|---|
| void | dragEnter(DropTargetDragEvent e) |
| void | dropActionChanged(DropTargetDragEvent e) |
| protected void | restoreComponentState(JComponent comp)
called to restore the state of a component because a drop was not
performed. |
| protected void | saveComponentState(JComponent comp)
called to save the state of a component in case it needs to be
restored because a drop is not performed. |
| protected void | updateInsertionLocation(JComponent comp, Point p)
called to set the insertion location to match the current mouse
pointer coordinates. |