Uses of Class
com.mxgraph.swing.util.mxGraphTransferable
-
Packages that use mxGraphTransferable Package Description com.mxgraph.swing.handler This package contains all classes required for mouse event handling in JFC/Swing. -
-
Uses of mxGraphTransferable in com.mxgraph.swing.handler
Methods in com.mxgraph.swing.handler that return mxGraphTransferable Modifier and Type Method Description mxGraphTransferable
mxGraphTransferHandler. createGraphTransferable(mxGraphComponent graphComponent, java.lang.Object[] cells, mxRectangle bounds, javax.swing.ImageIcon icon)
mxGraphTransferable
mxGraphTransferHandler. createGraphTransferable(mxGraphComponent graphComponent, java.lang.Object[] cells, javax.swing.ImageIcon icon)
Methods in com.mxgraph.swing.handler with parameters of type mxGraphTransferable Modifier and Type Method Description protected java.lang.Object
mxGraphTransferHandler. getDropTarget(mxGraphComponent graphComponent, mxGraphTransferable gt)
Returns the drop target for the given transferable and location.protected java.lang.Object[]
mxGraphTransferHandler. importCells(mxGraphComponent graphComponent, mxGraphTransferable gt, double dx, double dy)
Gets a drop target using getDropTarget and imports the cells using mxGraph.splitEdge or mxGraphComponent.importCells depending on the drop target and the return values of mxGraph.isSplitEnabled and mxGraph.isSplitTarget.protected boolean
mxGraphTransferHandler. importGraphTransferable(mxGraphComponent graphComponent, mxGraphTransferable gt)
Returns true if the cells have been imported using importCells.
-