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

Method jump

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

Jumps to the current, next or previous search string. @param dir search direction @param select select hit

(final SearchDir dir, final boolean select)

Source from the content-addressed store, hash-verified

412 * @param select select hit
413 */
414 protected final void jump(final SearchDir dir, final boolean select) {
415 SwingUtilities.invokeLater(() -> scroll(rend.jump(dir, select), 1));
416 }
417
418 // MOUSE INTERACTIONS ===========================================================================
419

Callers 6

searchMethod · 0.95
keyPressedMethod · 0.45
refreshMethod · 0.45
mouseMovedMethod · 0.45
mouseReleasedMethod · 0.45
selectMethod · 0.45

Calls 2

scrollMethod · 0.95
invokeLaterMethod · 0.80

Tested by

no test coverage detected