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

Method mouseReleased

src/main/java/gate/gui/PRViewer.java:89–92  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

87 }
88
89 @Override
90 public void mouseReleased(MouseEvent e) {
91 handleMouseEvent(e);
92 }
93
94 @Override
95 public void mouseClicked(MouseEvent e) {

Callers

nothing calls this directly

Calls 1

handleMouseEventMethod · 0.95

Tested by

no test coverage detected