Class OSpinner

    • Constructor Detail

      • OSpinner

        public OSpinner()
    • Method Detail

      • setEnabled

        public void setEnabled​(boolean enabled)
        Overrides:
        setEnabled in class JComponent
      • setExtents

        public void setExtents​(int start,
                               int end,
                               int step,
                               int show)
      • setMax

        public void setMax​(int max)
      • incrementValue

        protected void incrementValue()
      • decrementValue

        protected void decrementValue()
      • validateInput

        protected boolean validateInput​(int newValue)
      • setValue

        public void setValue​(int newValue)
      • getValue

        public int getValue()
      • setValue

        public void setValue​(String text)