Inheritance diagram for org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener:
Public Member Functions | |
void | dragEnter (DropTargetDragEvent e) |
void | dropActionChanged (DropTargetDragEvent e) |
Protected Member Functions | |
void | saveComponentState (JComponent comp) |
void | restoreComponentState (JComponent comp) |
void | updateInsertionLocation (JComponent comp, Point p) |
|
Reimplemented from org.jgraph.plaf.basic.BasicGraphDropTargetListener. |
|
Reimplemented from org.jgraph.plaf.basic.BasicGraphDropTargetListener. |
|
called to restore the state of a component because a drop was not performed. Reimplemented from org.jgraph.plaf.basic.BasicGraphDropTargetListener. |
|
called to save the state of a component in case it needs to be restored because a drop is not performed. Reimplemented from org.jgraph.plaf.basic.BasicGraphDropTargetListener. |
|
called to set the insertion location to match the current mouse pointer coordinates. Reimplemented from org.jgraph.plaf.basic.BasicGraphDropTargetListener. |