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

Method mousePressed

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

Source from the content-addressed store, hash-verified

254 processMouseEvent(e);
255 }
256 @Override
257 public void mousePressed(MouseEvent e) {
258 if(e.isPopupTrigger()) { processMouseEvent(e); }
259 }
260 @Override
261 public void mouseReleased(MouseEvent e) {
262 if(e.isPopupTrigger()) { processMouseEvent(e); }

Callers

nothing calls this directly

Calls 1

processMouseEventMethod · 0.95

Tested by

no test coverage detected