Class ConfigXAwareSliderRenderer

    • Constructor Detail

      • ConfigXAwareSliderRenderer

        public ConfigXAwareSliderRenderer​(int min,
                                          int max,
                                          int value,
                                          byte... pcfgType)
    • Method Detail

      • setValue

        protected void setValue​(Object value)
        Sets the String object for the cell being rendered to value.
        Parameters:
        value - the string value for this cell; if value is null it sets the text value to an empty string
        See Also:
        JLabel.setText(java.lang.String)
      • updateSliderTextValue

        protected void updateSliderTextValue​(int value)
        Parameters:
        value - the relative value to set
      • setMaxValue

        public void setMaxValue​(int maxValue)
      • setMinValue

        public void setMinValue​(int minValue)