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

Method getText

basex-core/src/main/java/org/basex/gui/text/TextPanel.java:252–254  ·  view source on GitHub ↗

Returns the output text. @return output text

()

Source from the content-addressed store, hash-verified

250 * @return output text
251 */
252 public final byte[] getText() {
253 return editor.text();
254 }
255
256 /**
257 * Tests if text has been selected.

Callers 15

mainMethod · 0.45
getEventStringMethod · 0.45
queryModeMethod · 0.45
popupMenuMethod · 0.45
executeMethod · 0.45
contextMethod · 0.45
refreshMethod · 0.45
findMethod · 0.45
changeRootMethod · 0.45
queryMethod · 0.45
initTextMethod · 0.45
setTextMethod · 0.45

Calls 1

textMethod · 0.45

Tested by

no test coverage detected