public class BasicTableUI.MouseInputHandler extends java.lang.Object implements javax.swing.event.MouseInputListener
| Constructor and Description |
|---|
BasicTableUI.MouseInputHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseClicked(java.awt.event.MouseEvent e)
For the double click, start the cell editor.
|
void |
mouseDragged(java.awt.event.MouseEvent e)
This method is called when the mouse is moved over a component
while a button has been pressed.
|
void |
mouseEntered(java.awt.event.MouseEvent e)
This method is called when the mouse enters a component.
|
void |
mouseExited(java.awt.event.MouseEvent e)
This method is called when the mouse exits a component.
|
void |
mouseMoved(java.awt.event.MouseEvent e)
This method is called when the mouse is moved over a component
while no button is pressed.
|
void |
mousePressed(java.awt.event.MouseEvent e)
This method is called when the mouse is pressed over a component.
|
void |
mouseReleased(java.awt.event.MouseEvent e)
This method is called when the mouse is released over a component.
|
public BasicTableUI.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)
java.awt.event.MouseMotionListenermouseDragged in interface java.awt.event.MouseMotionListenere - the MouseEvent indicating the motionpublic void mouseEntered(java.awt.event.MouseEvent e)
java.awt.event.MouseListenermouseEntered in interface java.awt.event.MouseListenere - the MouseEvent for the entrypublic void mouseExited(java.awt.event.MouseEvent e)
java.awt.event.MouseListenermouseExited in interface java.awt.event.MouseListenere - the MouseEvent for the exitpublic void mouseMoved(java.awt.event.MouseEvent e)
java.awt.event.MouseMotionListenermouseMoved in interface java.awt.event.MouseMotionListenere - the MouseEvent indicating the motionpublic void mousePressed(java.awt.event.MouseEvent e)
java.awt.event.MouseListenermousePressed in interface java.awt.event.MouseListenere - the MouseEvent for the presspublic void mouseReleased(java.awt.event.MouseEvent e)
java.awt.event.MouseListenermouseReleased in interface java.awt.event.MouseListenere - the MouseEvent for the release