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

Method mouseReleased

src/main/java/gate/gui/CorpusEditor.java:260–263  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

258 if(e.isPopupTrigger()) { processMouseEvent(e); }
259 }
260 @Override
261 public void mouseReleased(MouseEvent e) {
262 if(e.isPopupTrigger()) { processMouseEvent(e); }
263 }
264 private void processMouseEvent(MouseEvent e) {
265 int row = docTable.rowAtPoint(e.getPoint());
266 if(row == -1) { return; }

Callers

nothing calls this directly

Calls 1

processMouseEventMethod · 0.95

Tested by

no test coverage detected