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

    • Field Detail

      • expression

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

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

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

      • ParameterizedIntegerFeature_UI

        public ParameterizedIntegerFeature_UI​(javax.swing.JComponent root,
                                              ParameterizedIntegerFeature<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>
      • resizeToContents

        public void resizeToContents()
      • setValues

        public void setValues​(ConfigurableFeature<?,​?> input)
        Description copied from interface: Structured_UI
        Fill controls of this panel based on the values in the feature.
      • getInputParameters

        protected java.util.List<ConfigurableParameter<java.lang.Integer>> getInputParameters()
                                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception