Uses of Interface
org.processmining.framework.util.ui.scalableview.interaction.ViewInteractionPanel
-
Packages that use ViewInteractionPanel Package Description org.processmining.framework.util.ui.scalableview org.processmining.framework.util.ui.scalableview.interaction org.processmining.models.util -
-
Uses of ViewInteractionPanel in org.processmining.framework.util.ui.scalableview
Methods in org.processmining.framework.util.ui.scalableview that return types with arguments of type ViewInteractionPanel Modifier and Type Method Description java.util.Map<ViewInteractionPanel,java.lang.Integer>ScalableViewPanel. getViewInteractionPanels()List all registered interaction panels and their locations.Methods in org.processmining.framework.util.ui.scalableview with parameters of type ViewInteractionPanel Modifier and Type Method Description voidScalableViewPanel. addViewInteractionPanel(ViewInteractionPanel panel, int location)Adds the interaction panel at the given location.voidScalableViewPanel. removeViewInteractionPanel(ViewInteractionPanel panel)Remove a previously added interaction panel from the ScalableViewPanel.voidScalableViewPanel. setLocation(ViewInteractionPanel panel, javax.swing.JPanel panelOff, javax.swing.JPanel panelOn)voidScalableViewPanel. setSize(ViewInteractionPanel panel, javax.swing.JPanel panelOff, javax.swing.JPanel panelOn) -
Uses of ViewInteractionPanel in org.processmining.framework.util.ui.scalableview.interaction
Classes in org.processmining.framework.util.ui.scalableview.interaction that implement ViewInteractionPanel Modifier and Type Class Description classCompoundViewInteractionPanelclassExportInteractionPanelclassPIPInteractionPanelclassZoomInteractionPanelMethods in org.processmining.framework.util.ui.scalableview.interaction with parameters of type ViewInteractionPanel Modifier and Type Method Description voidCompoundViewInteractionPanel. addViewInteractionPanel(ViewInteractionPanel panel) -
Uses of ViewInteractionPanel in org.processmining.models.util
Classes in org.processmining.models.util that implement ViewInteractionPanel Modifier and Type Class Description classAbstractSelectionPanel<C extends javax.swing.JComponent>classListSelectionPanel
-