org.jgraph.plaf.basic
Class BasicGraphUI.GraphDropTargetListener
- BasicGraphUI
- ActionListener, DropTargetListener, Serializable, UIResource
public class BasicGraphUI.GraphDropTargetListener
implements Serializable
Graph Drop Target Listener
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.
|
saveComponentState
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.
- saveComponentState in interface BasicGraphDropTargetListener
Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.