Class Rating

    • Constructor Detail

      • Rating

        public Rating()
      • Rating

        public Rating​(int value)
    • Method Detail

      • getValue

        public int getValue()
      • setValue

        public void setValue​(int value)
      • isPaintDots

        public boolean isPaintDots()
      • setPaintDots

        public void setPaintDots​(boolean paintDots)
      • addActionListener

        public void addActionListener​(ActionListener l)
        Adds an ActionListener to the button.
        Parameters:
        l - the ActionListener to be added
      • removeActionListener

        public void removeActionListener​(ActionListener l)
      • fireActionPerformed

        protected void fireActionPerformed​(ActionEvent event)