javax.swing.plaf.basic
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.
|
mouseClicked
public BasicTabbedPaneUI.MouseHandler()
public void mouseReleased(MouseEvent e)
MouseAdapter
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
e
- the event, ignored in this implementationpublic void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
mousePressed
in class MouseAdapter
e
- The MouseEvent.public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
mouseEntered
in class MouseAdapter
e
- the mouse eventpublic void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
mouseExited
in class MouseAdapter
e
- the mouse eventpublic void mouseMoved(MouseEvent ev)
ev
- the mouse event