MCPcopy Create free account
hub / github.com/GateNLP/gate-core / mouseClicked

Method mouseClicked

src/main/java/gate/gui/MainFrame.java:1346–1349  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

1344 processMouseEvent(e);
1345 }
1346 @Override
1347 public void mouseClicked(MouseEvent e) {
1348 processMouseEvent(e);
1349 }
1350 protected void processMouseEvent(MouseEvent e){
1351 // where inside the tree?
1352 int x = e.getX();

Callers

nothing calls this directly

Calls 1

processMouseEventMethod · 0.95

Tested by

no test coverage detected