static class NodeListViewer.DoubleClickAdapter extends java.awt.event.MouseAdapter
Modifier and Type | Field and Description |
---|---|
private NodeListViewer.ShowHistoryAction |
showHistoryAction |
private javax.swing.JTable |
table |
Constructor and Description |
---|
DoubleClickAdapter(javax.swing.JTable table) |
Modifier and Type | Method and Description |
---|---|
void |
mouseClicked(java.awt.event.MouseEvent e) |
private javax.swing.JTable table
private NodeListViewer.ShowHistoryAction showHistoryAction
DoubleClickAdapter(javax.swing.JTable table)
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
mouseClicked
in class java.awt.event.MouseAdapter