Uses of Interface
org.processmining.framework.util.ui.scalableview.ScalableComponent
-
-
Uses of ScalableComponent in org.processmining.framework.util.ui.scalableview
Fields in org.processmining.framework.util.ui.scalableview declared as ScalableComponent Modifier and Type Field Description protected ScalableComponentScalableViewPanel. scalableThe access to scalable methods of primary viewConstructors in org.processmining.framework.util.ui.scalableview with parameters of type ScalableComponent Constructor Description ScalableViewPanel(ScalableComponent scalableComponent)Create a panel for visualizing the given view. -
Uses of ScalableComponent in org.processmining.framework.util.ui.scalableview.interaction
Fields in org.processmining.framework.util.ui.scalableview.interaction declared as ScalableComponent Modifier and Type Field Description protected ScalableComponentZoomInteractionPanel. scalableMethods in org.processmining.framework.util.ui.scalableview.interaction with parameters of type ScalableComponent Modifier and Type Method Description voidCompoundViewInteractionPanel. setScalableComponent(ScalableComponent scalable)voidExportInteractionPanel. setScalableComponent(ScalableComponent scalable)voidPIPInteractionPanel. setScalableComponent(ScalableComponent scalable)voidViewInteractionPanel. setScalableComponent(ScalableComponent scalable)This method is called by the ProM scalable view as soon as the panel is added to this view.voidZoomInteractionPanel. setScalableComponent(ScalableComponent scalable) -
Uses of ScalableComponent in org.processmining.models.jgraph
Classes in org.processmining.models.jgraph that implement ScalableComponent Modifier and Type Class Description classProMJGraph -
Uses of ScalableComponent in org.processmining.models.util
Methods in org.processmining.models.util with parameters of type ScalableComponent Modifier and Type Method Description voidAbstractSelectionPanel. setScalableComponent(ScalableComponent scalable)
-