Uses of Class
org.processmining.framework.util.ui.scalableview.ScalableViewPanel
-
Packages that use ScalableViewPanel Package Description org.processmining.framework.util.ui.scalableview.interaction org.processmining.models.jgraph.visualization org.processmining.models.util -
-
Uses of ScalableViewPanel in org.processmining.framework.util.ui.scalableview.interaction
Fields in org.processmining.framework.util.ui.scalableview.interaction declared as ScalableViewPanel Modifier and Type Field Description protected ScalableViewPanelExportInteractionPanel. panelprotected ScalableViewPanelZoomInteractionPanel. panelMethods in org.processmining.framework.util.ui.scalableview.interaction with parameters of type ScalableViewPanel Modifier and Type Method Description voidCompoundViewInteractionPanel. setParent(ScalableViewPanel parent)voidExportInteractionPanel. setParent(ScalableViewPanel viewPanel)voidPIPInteractionPanel. setParent(ScalableViewPanel parent)voidViewInteractionPanel. setParent(ScalableViewPanel viewPanel)This method is called by the ProM scalable view as soon as the panel is added to this view.voidZoomInteractionPanel. setParent(ScalableViewPanel parent)Constructors in org.processmining.framework.util.ui.scalableview.interaction with parameters of type ScalableViewPanel Constructor Description ExportInteractionPanel(ScalableViewPanel panel)PIPInteractionPanel(ScalableViewPanel panel)ZoomInteractionPanel(ScalableViewPanel panel, int maximumZoom) -
Uses of ScalableViewPanel in org.processmining.models.jgraph.visualization
Subclasses of ScalableViewPanel in org.processmining.models.jgraph.visualization Modifier and Type Class Description classProMJGraphPanel -
Uses of ScalableViewPanel in org.processmining.models.util
Methods in org.processmining.models.util with parameters of type ScalableViewPanel Modifier and Type Method Description voidListSelectionPanel. setParent(ScalableViewPanel viewPanel)
-