Uses of Interface
org.processmining.OCLPMDiscovery.gui.OCLPMViewInteractionPanel
-
Packages that use OCLPMViewInteractionPanel Package Description org.processmining.OCLPMDiscovery.gui org.processmining.OCLPMDiscovery.gui.graphVisualizer -
-
Uses of OCLPMViewInteractionPanel in org.processmining.OCLPMDiscovery.gui
Methods in org.processmining.OCLPMDiscovery.gui that return types with arguments of type OCLPMViewInteractionPanel Modifier and Type Method Description java.util.Map<OCLPMViewInteractionPanel,java.lang.Integer>OCLPMScalableViewPanel. getViewInteractionPanels()List all registered interaction panels and their locations.Methods in org.processmining.OCLPMDiscovery.gui with parameters of type OCLPMViewInteractionPanel Modifier and Type Method Description voidOCLPMScalableViewPanel. addViewInteractionPanel(OCLPMViewInteractionPanel panel, int location)Adds the interaction panel at the given location.voidOCLPMScalableViewPanel. removeViewInteractionPanel(OCLPMViewInteractionPanel panel)Remove a previously added interaction panel from the ScalableViewPanel.voidOCLPMScalableViewPanel. setLocation(OCLPMViewInteractionPanel panel, javax.swing.JPanel panelOff, javax.swing.JPanel panelOn)voidOCLPMScalableViewPanel. setSize(OCLPMViewInteractionPanel panel, javax.swing.JPanel panelOff, javax.swing.JPanel panelOn) -
Uses of OCLPMViewInteractionPanel in org.processmining.OCLPMDiscovery.gui.graphVisualizer
Classes in org.processmining.OCLPMDiscovery.gui.graphVisualizer that implement OCLPMViewInteractionPanel Modifier and Type Class Description classExportInteractionPanelclassPIPInteractionPanelclassZoomInteractionPanel
-