public class BasicTabbedPaneUI.MouseHandler extends MouseAdapter
| Constructor and Description |
|---|
BasicTabbedPaneUI.MouseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseEntered(MouseEvent e)
Receives notification when the mouse pointer has entered the tabbed
pane.
|
void |
mouseExited(MouseEvent e)
Receives notification when the mouse pointer has exited the tabbed
pane.
|
void |
mouseMoved(MouseEvent ev)
Receives notification when the mouse pointer has moved over the tabbed
pane.
|
void |
mousePressed(MouseEvent e)
This method is called when the mouse is pressed.
|
void |
mouseReleased(MouseEvent e)
Implements this method in the interface with an empty method body.
|
mouseClickedpublic BasicTabbedPaneUI.MouseHandler()
public void mouseReleased(MouseEvent e)
MouseAdaptermouseReleased in interface MouseListenermouseReleased in class MouseAdaptere - the event, ignored in this implementationpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenermousePressed in class MouseAdaptere - The MouseEvent.public void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenermouseEntered in class MouseAdaptere - the mouse eventpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenermouseExited in class MouseAdaptere - the mouse eventpublic void mouseMoved(MouseEvent ev)
ev - the mouse event