Package org.jfree.ui

Class Spinner

    • Constructor Detail

      • Spinner

        public Spinner​(int value)
        Creates a new spinner.
        Parameters:
        value - the initial value.
    • Method Detail

      • getValue

        public int getValue()
        Returns the current value.
        Returns:
        the current value.
      • mouseClicked

        public void mouseClicked​(MouseEvent e)
        Receives notification of mouse clicks.
        Specified by:
        mouseClicked in interface MouseListener
        Parameters:
        e - the mouse event.
      • mouseEntered

        public void mouseEntered​(MouseEvent e)
        Receives notification of mouse events.
        Specified by:
        mouseEntered in interface MouseListener
        Parameters:
        e - the mouse event.
      • mouseExited

        public void mouseExited​(MouseEvent e)
        Receives notification of mouse events.
        Specified by:
        mouseExited in interface MouseListener
        Parameters:
        e - the mouse event.
      • mousePressed

        public void mousePressed​(MouseEvent e)
        Receives notification of mouse events.
        Specified by:
        mousePressed in interface MouseListener
        Parameters:
        e - the mouse event.
      • mouseReleased

        public void mouseReleased​(MouseEvent e)
        Receives notification of mouse events.
        Specified by:
        mouseReleased in interface MouseListener
        Parameters:
        e - the mouse event.