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

Method mouseClicked

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

Source from the content-addressed store, hash-verified

250 // context menu to get the actions for the selection
251 docTable.addMouseListener(new MouseAdapter() {
252 @Override
253 public void mouseClicked(MouseEvent e) {
254 processMouseEvent(e);
255 }
256 @Override
257 public void mousePressed(MouseEvent e) {
258 if(e.isPopupTrigger()) { processMouseEvent(e); }

Callers

nothing calls this directly

Calls 1

processMouseEventMethod · 0.95

Tested by

no test coverage detected