public class BasicTableHeaderUI.MouseInputHandler extends java.lang.Object implements javax.swing.event.MouseInputListener
| Constructor and Description |
|---|
BasicTableHeaderUI.MouseInputHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseClicked(java.awt.event.MouseEvent e)
Returns without action, part of the MouseInputListener interface.
|
void |
mouseDragged(java.awt.event.MouseEvent e)
If being in the resizing mode, handle resizing.
|
void |
mouseEntered(java.awt.event.MouseEvent e)
Returns without action, part of the MouseInputListener interface.
|
void |
mouseExited(java.awt.event.MouseEvent e)
Reset drag information of the column resizing.
|
void |
mouseMoved(java.awt.event.MouseEvent e)
Change the mouse cursor if the mouse if above the column boundary.
|
void |
mousePressed(java.awt.event.MouseEvent e)
Starts the dragging/resizing procedure.
|
void |
mouseReleased(java.awt.event.MouseEvent e)
Set all column preferred width to the current width to prevend abrupt
width changes during the next resize.
|
public BasicTableHeaderUI.MouseInputHandler()
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenere - the MouseEvent indicating the clickpublic void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenere - the MouseEvent indicating the motionpublic void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered in interface java.awt.event.MouseListenere - the MouseEvent for the entrypublic void mouseExited(java.awt.event.MouseEvent e)
mouseExited in interface java.awt.event.MouseListenere - the MouseEvent for the exitpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved in interface java.awt.event.MouseMotionListenere - the MouseEvent indicating the motionpublic void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenere - the MouseEvent for the presspublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenere - the MouseEvent for the release