|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseAdapter | +--javax.swing.plaf.basic.BasicTreeUI.MouseHandler
TreeMouseListener is responsible for updating the selection based on mouse events.
Constructor Summary | |
BasicTreeUI.MouseHandler()
|
Method Summary | |
void |
mousePressed(java.awt.event.MouseEvent e)
Invoked when a mouse button has been pressed on a component. |
Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked,
mouseEntered,
mouseExited,
mouseReleased |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BasicTreeUI.MouseHandler()
Method Detail |
public void mousePressed(java.awt.event.MouseEvent e)
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |