|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseAdapter | +--org.skunk.dav.client.gui.TableMouser
this listens for mouse events on both the Explorer's table and the scrollpane that contains it.
Constructor Summary | |
TableMouser(Explorer ex)
|
Method Summary | |
void |
mouseClicked(java.awt.event.MouseEvent me)
|
void |
mousePressed(java.awt.event.MouseEvent me)
|
Methods inherited from class java.awt.event.MouseAdapter |
mouseEntered, mouseExited, mouseReleased |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableMouser(Explorer ex)
Method Detail |
public void mousePressed(java.awt.event.MouseEvent me)
mousePressed
in class java.awt.event.MouseAdapter
public void mouseClicked(java.awt.event.MouseEvent me)
mouseClicked
in class java.awt.event.MouseAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |