Class Slider

    • Constructor Detail

      • Slider

        public Slider()
    • Method Detail

      • doDestroy

        protected void doDestroy()
        Description copied from class: AbstractComponent
        Override this method to release resources whenever this component gets destroyed
        Specified by:
        doDestroy in class AbstractField<java.lang.Number>
      • getMin

        public double getMin()
      • setMin

        public void setMin​(double min)
      • getMax

        public double getMax()
      • setMax

        public void setMax​(double max)
      • getStep

        public double getStep()
      • setStep

        public void setStep​(double step)
      • getDisplayedDecimals

        public int getDisplayedDecimals()
      • setDisplayedDecimals

        public void setDisplayedDecimals​(int displayedDecimals)
      • getSelectionColor

        public org.teamapps.common.format.Color getSelectionColor()
      • setSelectionColor

        public void setSelectionColor​(org.teamapps.common.format.Color selectionColor)
      • getTooltipPrefix

        public java.lang.String getTooltipPrefix()
      • setTooltipPrefix

        public void setTooltipPrefix​(java.lang.String tooltipPrefix)
      • getTooltipPostfix

        public java.lang.String getTooltipPostfix()
      • setTooltipPostfix

        public void setTooltipPostfix​(java.lang.String tooltipPostfix)
      • isHumanReadableFileSize

        public boolean isHumanReadableFileSize()
      • setHumanReadableFileSize

        public void setHumanReadableFileSize​(boolean humanReadableFileSize)