javax.swing.plaf.basic
protected class BasicInternalFrameUI.GlassPaneDispatcher extends Object implements MouseInputListener
Method Summary | |
---|---|
void | mouseClicked(MouseEvent e)
This method is called when the mouse is clicked on the glass pane.
|
void | mouseDragged(MouseEvent e)
This method is called when the mouse is dragged in the glass pane.
|
void | mouseEntered(MouseEvent e)
This method is called when the mouse enters the glass pane.
|
void | mouseExited(MouseEvent e)
This method is called when the mouse exits the glass pane.
|
void | mouseMoved(MouseEvent e)
This method is called when the mouse is moved in the glass pane.
|
void | mousePressed(MouseEvent e)
This method is called when the mouse is pressed in the glass pane.
|
void | mouseReleased(MouseEvent e)
This method is called when the mouse is released in the glass pane.
|
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.