Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.swing.mxGraphComponent
-
-
Uses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.editor
Fields in org.processmining.objectcentricconstraintchecking.algorithms.editor declared as mxGraphComponent Modifier and Type Field Description protected mxGraphComponentBasicGraphEditor. graphComponentprotected mxGraphComponentEditorRuler. graphComponentReference to the attached graph.Methods in org.processmining.objectcentricconstraintchecking.algorithms.editor that return mxGraphComponent Modifier and Type Method Description mxGraphComponentBasicGraphEditor. getGraphComponent()Methods in org.processmining.objectcentricconstraintchecking.algorithms.editor with parameters of type mxGraphComponent Modifier and Type Method Description protected voidBasicGraphEditor. addListenersToGraphComponent(mxGraphComponent graphComponent)voidBasicGraphEditor. setGraphComponent(mxGraphComponent graphComponent)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.editor with parameters of type mxGraphComponent Constructor Description BasicGraphEditor(java.lang.String appTitle, mxGraphComponent component)EditorKeyboardHandler(mxGraphComponent graphComponent)EditorKeyboardHandlerForOCCLEditor(mxGraphComponent graphComponent)EditorRuler(mxGraphComponent graphComponent, int orientation)Constructs a new ruler for the specified graph and orientation. -
Uses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint
Subclasses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint Modifier and Type Class Description static classGraphEditor.CustomGraphComponentstatic classOCCMEditor.CustomGraphComponentFields in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint declared as mxGraphComponent Modifier and Type Field Description protected mxGraphComponentOCCMEditor. graphComponentMethods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint that return mxGraphComponent Modifier and Type Method Description mxGraphComponentOCCMEditor. getGraphComponent()Constructors in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint with parameters of type mxGraphComponent Constructor Description GraphEditor(java.lang.String appTitle, mxGraphComponent component) -
Uses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction
Subclasses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction Modifier and Type Class Description static classCaseGraph.CustomGraphComponentstatic classProcessExecutionPanel.CustomGraphComponentFields in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction declared as mxGraphComponent Modifier and Type Field Description protected mxGraphComponentCaseGraph. graphComponentprotected mxGraphComponentProcessExecutionPanel. graphComponentMethods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction that return mxGraphComponent Modifier and Type Method Description mxGraphComponentCaseGraph. getGraphComponent()mxGraphComponentProcessExecutionPanel. getGraphComponent() -
Uses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.ocel.occl
Subclasses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.ocel.occl Modifier and Type Class Description static classGraphEditor.CustomGraphComponent -
Uses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.swing
Fields in org.processmining.objectcentricconstraintchecking.algorithms.swing declared as mxGraphComponent Modifier and Type Field Description protected mxGraphComponentmxGraphComponent.mxMouseRedirector. graphComponentprotected mxGraphComponentmxGraphOutline. graphComponentMethods in org.processmining.objectcentricconstraintchecking.algorithms.swing that return mxGraphComponent Modifier and Type Method Description mxGraphComponentmxGraphOutline. getGraphComponent()mxGraphComponentmxGraphComponent.mxGraphControl. getGraphContainer()Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing with parameters of type mxGraphComponent Modifier and Type Method Description voidmxGraphOutline. setGraphComponent(mxGraphComponent graphComponent)Fires a property change event forgraphComponent.Constructors in org.processmining.objectcentricconstraintchecking.algorithms.swing with parameters of type mxGraphComponent Constructor Description mxGraphOutline(mxGraphComponent graphComponent)mxMouseRedirector(mxGraphComponent graphComponent) -
Uses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler
Fields in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler declared as mxGraphComponent Modifier and Type Field Description protected mxGraphComponentmxCellHandler. graphComponentReference to the enclosing graph component.protected mxGraphComponentmxCellMarker. graphComponentHolds the enclosing graph component.protected mxGraphComponentmxConnectionHandler. graphComponentprotected mxGraphComponentmxConnectPreview. graphComponentprotected mxGraphComponentmxGraphHandler. graphComponentReference to the enclosing graph component.protected mxGraphComponentmxInsertHandler. graphComponentReference to the enclosing graph component.protected mxGraphComponentmxMovePreview. graphComponentprotected mxGraphComponentmxPanningHandler. graphComponentprotected mxGraphComponentmxRotationHandler. graphComponentReference to the enclosing graph component.protected mxGraphComponentmxRubberband. graphComponentReference to the enclosing graph container.protected mxGraphComponentmxSelectionCellsHandler. graphComponentReference to the enclosing graph component.Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler that return mxGraphComponent Modifier and Type Method Description mxGraphComponentmxCellHandler. getGraphComponent()mxGraphComponentmxGraphHandler. getGraphComponent()mxGraphComponentmxInsertHandler. getGraphComponent()mxGraphComponentmxRotationHandler. getGraphComponent()mxGraphComponentmxSelectionCellsHandler. getGraphComponent()Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler with parameters of type mxGraphComponent 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)javax.swing.ImageIconmxGraphTransferHandler. createTransferableImage(mxGraphComponent graphComponent, java.lang.Object[] cells)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.protected voidmxKeyboardHandler. installKeyboardActions(mxGraphComponent graphComponent)Invoked as part from the boilerplate install block.protected voidmxKeyboardHandlerForOCCLEditor. installKeyboardActions(mxGraphComponent graphComponent)Invoked as part from the boilerplate install block.protected voidmxGraphTransferHandler. removeCells(mxGraphComponent graphComponent, java.lang.Object[] cells)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler with parameters of type mxGraphComponent Constructor Description mxCellHandler(mxGraphComponent graphComponent, mxCellState state)Constructs a new cell handler for the given cell state.mxCellMarker(mxGraphComponent graphComponent)Constructs a new marker for the given graph component.mxCellMarker(mxGraphComponent graphComponent, java.awt.Color validColor)Constructs a new marker for the given graph component.mxCellMarker(mxGraphComponent graphComponent, java.awt.Color validColor, java.awt.Color invalidColor)Constructs a new marker for the given graph component.mxCellMarker(mxGraphComponent graphComponent, java.awt.Color validColor, java.awt.Color invalidColor, double hotspot)Constructs a new marker for the given graph component.mxCellTracker(mxGraphComponent graphComponent, java.awt.Color color)Constructs an event handler that highlights cells.mxConnectionHandler(mxGraphComponent graphComponent)mxConnectPreview(mxGraphComponent graphComponent)mxEdgeHandler(mxGraphComponent graphComponent, mxCellState state)mxElbowEdgeHandler(mxGraphComponent graphComponent, mxCellState state)mxGraphHandler(mxGraphComponent graphComponent)mxInsertHandler(mxGraphComponent graphComponent, java.lang.String style)mxKeyboardHandler(mxGraphComponent graphComponent)mxKeyboardHandlerForOCCLEditor(mxGraphComponent graphComponent)mxMovePreview(mxGraphComponent graphComponent)Constructs a new rubberband selection for the given graph component.mxPanningHandler(mxGraphComponent graphComponent)mxRotationHandler(mxGraphComponent graphComponent)Constructs a new rotation handler.mxRubberband(mxGraphComponent graphComponent)Constructs a new rubberband selection for the given graph component.mxSelectionCellsHandler(mxGraphComponent graphComponent)mxVertexHandler(mxGraphComponent graphComponent, mxCellState state) -
Uses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.swing.util
Fields in org.processmining.objectcentricconstraintchecking.algorithms.swing.util declared as mxGraphComponent Modifier and Type Field Description protected mxGraphComponentmxMorphing. graphComponentReference to the enclosing graph instance.Constructors in org.processmining.objectcentricconstraintchecking.algorithms.swing.util with parameters of type mxGraphComponent Constructor Description mxMorphing(mxGraphComponent graphComponent)Constructs a new morphing instance for the given graph.mxMorphing(mxGraphComponent graphComponent, int steps, double ease, int delay)Constructs a new morphing instance for the given graph. -
Uses of mxGraphComponent in org.processmining.objectcentricconstraintchecking.algorithms.swing.view
Fields in org.processmining.objectcentricconstraintchecking.algorithms.swing.view declared as mxGraphComponent Modifier and Type Field Description protected mxGraphComponentmxCellEditor. graphComponentprotected mxGraphComponentmxCellStatePreview. graphComponentMethods in org.processmining.objectcentricconstraintchecking.algorithms.swing.view with parameters of type mxGraphComponent Modifier and Type Method Description booleanmxInteractiveCanvas. contains(mxGraphComponent graphComponent, java.awt.Rectangle rect, mxCellState state)booleanmxInteractiveCanvas. hitSwimlaneContent(mxGraphComponent graphComponent, mxCellState swimlane, int x, int y)Returns true if the given point is inside the content area of the given swimlane.booleanmxInteractiveCanvas. intersects(mxGraphComponent graphComponent, java.awt.Rectangle rect, mxCellState state)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.swing.view with parameters of type mxGraphComponent Constructor Description mxCellEditor(mxGraphComponent graphComponent)mxCellStatePreview(mxGraphComponent graphComponent, boolean cloned)Constructs a new state preview.
-