Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.swing.util.mxGraphTransferable
-
Packages that use mxGraphTransferable Package Description org.processmining.objectcentricconstraintchecking.algorithms.editor org.processmining.objectcentricconstraintchecking.algorithms.swing.handler -
-
Uses of mxGraphTransferable in org.processmining.objectcentricconstraintchecking.algorithms.editor
Methods in org.processmining.objectcentricconstraintchecking.algorithms.editor with parameters of type mxGraphTransferable Modifier and Type Method Description voidActEditorPalette. setSelectionEntry(javax.swing.JLabel entry, mxGraphTransferable t)voidEditorPalette. setSelectionEntry(javax.swing.JLabel entry, mxGraphTransferable t)voidobjEditorPalette. setSelectionEntry(javax.swing.JLabel entry, mxGraphTransferable t)voidPerformanceEditorPalette. setSelectionEntry(javax.swing.JLabel entry, mxGraphTransferable t) -
Uses of mxGraphTransferable in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler
Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler that return mxGraphTransferable Modifier and Type Method Description mxGraphTransferablemxGraphTransferHandler. createGraphTransferable(mxGraphComponent graphComponent, java.lang.Object[] cells, javax.swing.ImageIcon icon)mxGraphTransferablemxGraphTransferHandler. createGraphTransferable(mxGraphComponent graphComponent, java.lang.Object[] cells, mxRectangle bounds, javax.swing.ImageIcon icon)Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler with parameters of type mxGraphTransferable Modifier and Type Method Description protected java.lang.ObjectmxGraphTransferHandler. 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 booleanmxGraphTransferHandler. importGraphTransferable(mxGraphComponent graphComponent, mxGraphTransferable gt)Returns true if the cells have been imported using importCells.
-