Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ mouseClicked
Method
mouseClicked
src/main/java/gate/gui/PRViewer.java:94–97 ·
view source on GitHub ↗
(MouseEvent e)
Source
from the content-addressed store, hash-verified
92
}
93
94
@Override
95
public
void
mouseClicked(MouseEvent e) {
96
handleMouseEvent(e);
97
}
98
});
99
}
100
Callers
nothing calls this directly
Calls
1
handleMouseEvent
Method · 0.95
Tested by
no test coverage detected