javax.swing.plaf.basic
public class BasicTabbedPaneUI.MouseHandler extends MouseAdapter
UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.
Method Summary | |
---|---|
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) |
Parameters: e the mouse event
Parameters: e the mouse event
Parameters: ev the mouse event
Parameters: e The MouseEvent.