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

Method setText

basex-core/src/main/java/org/basex/gui/GUIInput.java:97–102  ·  view source on GitHub ↗
(final String txt)

Source from the content-addressed store, hash-verified

95 }
96
97 @Override
98 public void setText(final String txt) {
99 super.setText(txt);
100 completions.removeAllItems();
101 popup.setVisible(false);
102 }
103
104 /**
105 * Sets the input mode.

Callers 6

completeInputMethod · 0.95
valueMethod · 0.45
modeMethod · 0.45
executeMethod · 0.45
refreshControlsMethod · 0.45
splitMethod · 0.45

Calls 1

setVisibleMethod · 0.80

Tested by

no test coverage detected