org.jgraph.plaf.basic
Class BasicGraphUI.GraphTransferHandler
java.lang.Object
javax.swing.TransferHandler
org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- BasicGraphUI
- public class BasicGraphUI.GraphTransferHandler
- extends TransferHandler
- See Also:
- Serialized Form
Method Summary |
boolean |
canImport(JComponent comp,
DataFlavor[] flavors)
|
protected GraphTransferable |
create(JGraph graph,
Object[] cells,
Map viewAttributes,
Rectangle2D bounds,
ConnectionSet cs,
ParentMap pm)
|
protected Map |
createBounds(Point2D p,
Object cell)
|
Transferable |
createTransferable()
|
protected Transferable |
createTransferable(JComponent c)
|
protected void |
exportDone(JComponent comp,
Transferable data,
int action)
|
int |
getSourceActions(JComponent c)
|
protected Object[] |
getTopmostCells(Object[] cells)
|
protected boolean |
hasDescendantIn(Set parents,
Object child)
|
boolean |
importData(JComponent comp,
Transferable t)
|
protected boolean |
importDataImpl(JComponent comp,
Transferable t)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
protected Object out
in
protected Object in
inCount
protected int inCount
BasicGraphUI.GraphTransferHandler
public BasicGraphUI.GraphTransferHandler()
canImport
public boolean canImport(JComponent comp,
DataFlavor[] flavors)
createTransferable
public Transferable createTransferable()
createTransferable
protected Transferable createTransferable(JComponent c)
create
protected GraphTransferable create(JGraph graph,
Object[] cells,
Map viewAttributes,
Rectangle2D bounds,
ConnectionSet cs,
ParentMap pm)
exportDone
protected void exportDone(JComponent comp,
Transferable data,
int action)
getSourceActions
public int getSourceActions(JComponent c)
importData
public boolean importData(JComponent comp,
Transferable t)
createBounds
protected Map createBounds(Point2D p,
Object cell)
getTopmostCells
protected Object[] getTopmostCells(Object[] cells)
hasDescendantIn
protected boolean hasDescendantIn(Set parents,
Object child)
importDataImpl
protected boolean importDataImpl(JComponent comp,
Transferable t)
Copyright (C) 2001-2004 Gaudenz Alder. All rights reserved.