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

Method search

basex-core/src/main/java/org/basex/gui/text/SearchBar.java:267–272  ·  view source on GitHub ↗

Searches text in the current editor.

()

Source from the content-addressed store, hash-verified

265 * Searches text in the current editor.
266 */
267 private void search() {
268 final boolean sel = regex.isSelected();
269 multi.setEnabled(sel);
270 word.setEnabled(!sel);
271 search(true);
272 }
273
274 /**
275 * Refreshes the panel after a successful search operation.

Callers 5

SearchBarMethod · 0.95
keyReleasedMethod · 0.95
editorMethod · 0.95
activateMethod · 0.95
deactivateMethod · 0.95

Calls 7

isSelectedMethod · 0.80
isVisibleMethod · 0.65
searchMethod · 0.65
setEnabledMethod · 0.45
getTextMethod · 0.45
isEmptyMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected