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,
Rectangle bounds,
ConnectionSet cs,
ParentMap pm)
|
Transferable |
createTransferable()
|
protected Transferable |
createTransferable(JComponent c)
|
protected void |
exportDone(JComponent comp,
Transferable data,
int action)
|
int |
getSourceActions(JComponent c)
|
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)
- Overrides:
canImport
in class TransferHandler
createTransferable
public Transferable createTransferable()
createTransferable
protected final Transferable createTransferable(JComponent c)
- Overrides:
createTransferable
in class TransferHandler
create
protected GraphTransferable create(JGraph graph,
Object[] cells,
Map viewAttributes,
Rectangle bounds,
ConnectionSet cs,
ParentMap pm)
exportDone
protected void exportDone(JComponent comp,
Transferable data,
int action)
- Overrides:
exportDone
in class TransferHandler
getSourceActions
public int getSourceActions(JComponent c)
- Overrides:
getSourceActions
in class TransferHandler
importData
public boolean importData(JComponent comp,
Transferable t)
- Overrides:
importData
in class TransferHandler
importDataImpl
protected boolean importDataImpl(JComponent comp,
Transferable t)