Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
completeInput
Method · 0.95
value
Method · 0.45
mode
Method · 0.45
execute
Method · 0.45
refreshControls
Method · 0.45
split
Method · 0.45
Calls
1
setVisible
Method · 0.80
Tested by
no test coverage detected