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/text/TextPanel.java:147–149 ·
view source on GitHub ↗
Sets the output text. @param t output text
(final String t)
Source
from the content-addressed store, hash-verified
145
* @param t output text
146
*/
147
public
void
setText(
final
String t) {
148
setText(token(t));
149
}
150
151
/**
152
* Sets the output text.
Callers
15
TextPanel
Method · 0.95
replace
Method · 0.95
search
Method · 0.45
SearchBar
Method · 0.45
refresh
Method · 0.45
setSearch
Method · 0.45
search
Method · 0.45
DialogXmlParser
Method · 0.45
action
Method · 0.45
actionPerformed
Method · 0.45
execute
Method · 0.45
action
Method · 0.45
Calls
8
resetError
Method · 0.95
contains
Method · 0.95
copyOf
Method · 0.80
invokeLater
Method · 0.80
token
Method · 0.65
text
Method · 0.45
store
Method · 0.45
pos
Method · 0.45
Tested by
no test coverage detected