org.jfree.ui
public class Spinner extends JPanel implements MouseListener
Constructor Summary | |
---|---|
Spinner(int value)
Creates a new spinner.
|
Method Summary | |
---|---|
int | getValue()
Returns the current value.
|
void | mouseClicked(MouseEvent e)
Receives notification of mouse clicks.
|
void | mouseEntered(MouseEvent e)
Receives notification of mouse events.
|
void | mouseExited(MouseEvent e)
Receives notification of mouse events.
|
void | mousePressed(MouseEvent e)
Receives notification of mouse events.
|
void | mouseReleased(MouseEvent e)
Receives notification of mouse events.
|
Parameters: value the initial value.
Returns: the current value.
Parameters: e the mouse event.
Parameters: e the mouse event.
Parameters: e the mouse event.
Parameters: e the mouse event.
Parameters: e the mouse event.