MCPcopy Create free account
hub / github.com/BaseXdb/basex / keyReleased

Method keyReleased

basex-core/src/main/java/org/basex/gui/GUIInput.java:86–93  ·  view source on GitHub ↗
(final KeyEvent e)

Source from the content-addressed store, hash-verified

84 }
85
86 @Override
87 public void keyReleased(final KeyEvent e) {
88 if(!NEXTLINE.is(e) && !PREVLINE.is(e)) {
89 if(modifier(e) || control(e)) return;
90 popupMenu();
91 if(gui.gopts.get(GUIOptions.EXECRT) && !cmdMode()) main.execute();
92 }
93 }
94 });
95 }
96

Callers

nothing calls this directly

Calls 7

popupMenuMethod · 0.95
cmdModeMethod · 0.95
modifierMethod · 0.80
controlMethod · 0.80
isMethod · 0.65
getMethod · 0.65
executeMethod · 0.65

Tested by

no test coverage detected