Uses of Interface
org.processmining.framework.util.ui.scalableview.ScalableComponent.UpdateListener
-
-
Uses of ScalableComponent.UpdateListener in org.processmining.framework.util.ui.scalableview
Classes in org.processmining.framework.util.ui.scalableview that implement ScalableComponent.UpdateListener Modifier and Type Class Description classScalableViewPanelPanel for visualizing components.Methods in org.processmining.framework.util.ui.scalableview with parameters of type ScalableComponent.UpdateListener Modifier and Type Method Description voidScalableComponent. addUpdateListener(ScalableComponent.UpdateListener listener)Adds an updatelistener to this scalable component.voidScalableComponent. removeUpdateListener(ScalableComponent.UpdateListener listener)Removes an updatelistener from this scalable component. -
Uses of ScalableComponent.UpdateListener in org.processmining.framework.util.ui.scalableview.interaction
Subinterfaces of ScalableComponent.UpdateListener in org.processmining.framework.util.ui.scalableview.interaction Modifier and Type Interface Description interfaceViewInteractionPanelThis interaction panel is used in the ProMScalableView.Classes in org.processmining.framework.util.ui.scalableview.interaction that implement ScalableComponent.UpdateListener Modifier and Type Class Description classCompoundViewInteractionPanelclassExportInteractionPanelclassPIPInteractionPanelclassZoomInteractionPanel -
Uses of ScalableComponent.UpdateListener in org.processmining.models.jgraph
Methods in org.processmining.models.jgraph with parameters of type ScalableComponent.UpdateListener Modifier and Type Method Description voidProMJGraph. addUpdateListener(ScalableComponent.UpdateListener listener)voidProMJGraph. removeUpdateListener(ScalableComponent.UpdateListener listener) -
Uses of ScalableComponent.UpdateListener in org.processmining.models.jgraph.visualization
Classes in org.processmining.models.jgraph.visualization that implement ScalableComponent.UpdateListener Modifier and Type Class Description classProMJGraphPanel -
Uses of ScalableComponent.UpdateListener in org.processmining.models.util
Classes in org.processmining.models.util that implement ScalableComponent.UpdateListener Modifier and Type Class Description classAbstractSelectionPanel<C extends javax.swing.JComponent>classListSelectionPanel
-