javax.swing.plaf.basic
protected class BasicInternalFrameUI.BorderListener extends MouseInputAdapter implements SwingConstants
| Field Summary | |
|---|---|
| protected int | RESIZE_NONE FIXME: Use for something. |
| Method Summary | |
|---|---|
| void | mouseClicked(MouseEvent e)
This method is called when the mouse is clicked.
|
| void | mouseDragged(MouseEvent e)
This method is called when the mouse is dragged. |
| void | mouseExited(MouseEvent e)
This method is called when the mouse exits the JInternalFrame.
|
| void | mouseMoved(MouseEvent e)
This method is called when the mouse is moved inside the JInternalFrame.
|
| void | mousePressed(MouseEvent e)
This method is called when the mouse is pressed.
|
| void | mouseReleased(MouseEvent e)
This method is called when the mouse is released.
|
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.