|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.event.MouseAdapter
jist.runtime.guilog.GuiLog.MouseAdapterHandler
public static class GuiLog.MouseAdapterHandler
Defines how mouse clicks on the Parent column are handled.
| Constructor Summary | |
|---|---|
GuiLog.MouseAdapterHandler(javax.swing.JTable t,
GuiLog.EventTableModel m)
The MouseAdapterHandler's constructor. |
|
| Method Summary | |
|---|---|
void |
mouseClicked(java.awt.event.MouseEvent e)
Determines what to do when a mouse is clicked on the table. |
| Methods inherited from class java.awt.event.MouseAdapter |
|---|
mouseEntered, mouseExited, mousePressed, mouseReleased |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GuiLog.MouseAdapterHandler(javax.swing.JTable t,
GuiLog.EventTableModel m)
t - JTable The table that is receiving mouse clicks.m - EventTableModel The table's data model.| Method Detail |
|---|
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenermouseClicked in class java.awt.event.MouseAdaptere - MouseEvent The mouse event that occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||