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

Method LiveMenu

src/main/java/gate/gui/MainFrame.java:4314–4318  ·  view source on GitHub ↗
(int type)

Source from the content-addressed store, hash-verified

4312 */
4313 class LiveMenu extends XJMenu {
4314 public LiveMenu(int type) {
4315 super();
4316 this.type = type;
4317 init();
4318 }
4319
4320 protected void init() {
4321 addMenuListener(new MenuListener() {

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected