MCPcopy 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

TextPanelMethod · 0.95
replaceMethod · 0.95
searchMethod · 0.45
SearchBarMethod · 0.45
refreshMethod · 0.45
setSearchMethod · 0.45
searchMethod · 0.45
DialogXmlParserMethod · 0.45
actionMethod · 0.45
actionPerformedMethod · 0.45
executeMethod · 0.45
actionMethod · 0.45

Calls 8

resetErrorMethod · 0.95
containsMethod · 0.95
copyOfMethod · 0.80
invokeLaterMethod · 0.80
tokenMethod · 0.65
textMethod · 0.45
storeMethod · 0.45
posMethod · 0.45

Tested by

no test coverage detected