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

Method execute

basex-core/src/main/java/org/basex/gui/text/TextPanel.java:649–653  ·  view source on GitHub ↗
(final Object down)

Source from the content-addressed store, hash-verified

647 /** Computes the height of the text and updates the scroll bar. */
648 private final GUICode computeHeight = new GUICode() {
649 @Override
650 public void execute(final Object down) {
651 rend.computeHeight();
652 updateScrollpos.execute((Boolean) down ? 2 : 0);
653 }
654 };
655
656 /** Updates the position of the scroll bar. */

Callers

nothing calls this directly

Calls 5

scrollMethod · 0.95
computeHeightMethod · 0.80
cursorYMethod · 0.80
executeMethod · 0.65
posMethod · 0.45

Tested by

no test coverage detected