javax.swing.plaf.basic
public class BasicTableHeaderUI.MouseInputHandler extends Object implements MouseInputListener
| Method Summary | |
|---|---|
| void | mouseClicked(MouseEvent e)
Returns without action, part of the MouseInputListener interface. |
| void | mouseDragged(MouseEvent e)
If being in the resizing mode, handle resizing. |
| void | mouseEntered(MouseEvent e)
Returns without action, part of the MouseInputListener interface. |
| void | mouseExited(MouseEvent e)
Reset drag information of the column resizing. |
| void | mouseMoved(MouseEvent e)
Change the mouse cursor if the mouse if above the column boundary. |
| void | mousePressed(MouseEvent e)
Starts the dragging/resizing procedure. |
| void | mouseReleased(MouseEvent e)
Set all column preferred width to the current width to prevend abrupt
width changes during the next resize. |