Class ConfigurableIntegerFeature_UI<T extends org.processmining.models.graphbased.directed.DirectedGraphElement>

    • Field Detail

      • slider

        protected com.fluxicon.slickerbox.components.NiceIntegerSlider slider
      • minValue

        protected org.processmining.framework.util.ui.widgets.ProMTextField minValue
      • maxValue

        protected org.processmining.framework.util.ui.widgets.ProMTextField maxValue
    • Constructor Detail

      • ConfigurableIntegerFeature_UI

        public ConfigurableIntegerFeature_UI​(javax.swing.JComponent root,
                                             ConfigurableIntegerFeature<T> feature,
                                             int line_height)
    • Method Detail

      • initializeFeatureOptionsPanel

        protected void initializeFeatureOptionsPanel​(javax.swing.JPanel optionsPanel)
        Specified by:
        initializeFeatureOptionsPanel in class ConfigurableFeature_UI<T extends org.processmining.models.graphbased.directed.DirectedGraphElement,​java.lang.Integer>
      • focusGained

        public void focusGained​(java.awt.event.FocusEvent e)
        Specified by:
        focusGained in interface java.awt.event.FocusListener
      • focusLost

        public void focusLost​(java.awt.event.FocusEvent e)
        Specified by:
        focusLost in interface java.awt.event.FocusListener
      • updateSliderFromMinMax

        protected void updateSliderFromMinMax()