static class NodeListViewer.DoubleClickAdapter extends MouseAdapter
Modifier and Type | Field and Description |
---|---|
private NodeListViewer.ShowHistoryAction |
showHistoryAction |
private JTable |
table |
Constructor and Description |
---|
DoubleClickAdapter(JTable table) |
Modifier and Type | Method and Description |
---|---|
void |
mouseClicked(MouseEvent e) |
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
private NodeListViewer.ShowHistoryAction showHistoryAction
public DoubleClickAdapter(JTable table)
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
mouseClicked
in class MouseAdapter