public class PEMouseInputAdapter extends java.lang.Object implements PEMouseInputListener
| Constructor and Description |
|---|
PEMouseInputAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseClicked(PEMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a component.
|
void |
mouseDragged(PEMouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged.
|
void |
mouseEntered(PEMouseEvent e)
Invoked when the mouse enters a component.
|
void |
mouseExited(PEMouseEvent e)
nvoked when the mouse exits a component.
|
void |
mouseMoved(PEMouseEvent e)
Invoked when the mouse button has been moved on a component (with no buttons down).
|
void |
mousePressed(PEMouseEvent e)
Invoked when a mouse button has been pressed on a component.
|
void |
mouseReleased(PEMouseEvent e)
Invoked when a mouse button has been released on a component.
|
public void mousePressed(PEMouseEvent e)
PEMouseInputListenermousePressed in interface PEMouseInputListenerpublic void mouseReleased(PEMouseEvent e)
PEMouseInputListenermouseReleased in interface PEMouseInputListenerpublic void mouseClicked(PEMouseEvent e)
PEMouseInputListenermouseClicked in interface PEMouseInputListenerpublic void mouseMoved(PEMouseEvent e)
PEMouseInputListenermouseMoved in interface PEMouseInputListenerpublic void mouseDragged(PEMouseEvent e)
PEMouseInputListenermouseDragged in interface PEMouseInputListenerpublic void mouseEntered(PEMouseEvent e)
PEMouseInputListenermouseEntered in interface PEMouseInputListenerpublic void mouseExited(PEMouseEvent e)
PEMouseInputListenermouseExited in interface PEMouseInputListenerSubmit a bug : syd@jpicedt.org