|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--javax.swing.plaf.basic.BasicTableUI.MouseInputHandler
This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicTableUI.
| Constructor Summary | |
BasicTableUI.MouseInputHandler()
|
|
| Method Summary | |
void |
mouseClicked(MouseEvent e)
Invoked when the mouse has been clicked on a component. |
void |
mouseDragged(MouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged. |
void |
mouseEntered(MouseEvent e)
Invoked when the mouse enters a component. |
void |
mouseExited(MouseEvent e)
Invoked when the mouse exits a component. |
void |
mouseMoved(MouseEvent e)
Invoked when the mouse button has been moved on a component (with no buttons no down). |
void |
mousePressed(MouseEvent e)
Invoked when a mouse button has been pressed on a component. |
void |
mouseReleased(MouseEvent e)
Invoked when a mouse button has been released on a component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicTableUI.MouseInputHandler()
| Method Detail |
public void mouseClicked(MouseEvent e)
MouseListenermouseClicked in interface MouseListenerpublic void mousePressed(MouseEvent e)
MouseListenermousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
MouseListenermouseReleased in interface MouseListenerpublic void mouseEntered(MouseEvent e)
MouseListenermouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent e)
MouseListenermouseExited in interface MouseListenerpublic void mouseMoved(MouseEvent e)
MouseMotionListenermouseMoved in interface MouseMotionListenerpublic void mouseDragged(MouseEvent e)
MouseMotionListenermouseDragged in interface MouseMotionListener
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.