|
Public Member Functions |
boolean | canImport (JComponent comp, DataFlavor[] flavors) |
Transferable | createTransferableForGraph (JGraph graph) |
int | getSourceActions (JComponent c) |
boolean | importData (JComponent comp, Transferable t) |
boolean | isAlwaysReceiveAsCopyAction () |
void | setAlwaysReceiveAsCopyAction (boolean alwaysReceiveAsCopyAction) |
Protected Member Functions |
Transferable | createTransferable (JComponent c) |
Transferable | createTransferable (JGraph graph, Object[] cells) |
GraphTransferable | create (JGraph graph, Object[] cells, Map viewAttributes, Rectangle2D bounds, ConnectionSet cs, ParentMap pm) |
void | exportDone (JComponent comp, Transferable data, int action) |
void | handleExternalDrop (JGraph graph, Object[] cells, Map nested, ConnectionSet cs, ParentMap pm, double dx, double dy) |
boolean | importDataImpl (JComponent comp, Transferable t) |
Protected Attributes |
boolean | alwaysReceiveAsCopyAction = false |
Object | out |
Object | in |
int | inCount = 0 |