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

Method layoutViews

basex-core/src/main/java/org/basex/gui/GUI.java:603–606  ·  view source on GitHub ↗

Updates the view layout.

()

Source from the content-addressed store, hash-verified

601 * Updates the view layout.
602 */
603 public void layoutViews() {
604 views.updateViews();
605 refreshControls(true);
606 }
607
608 /**
609 * Refreshes the menu and the buttons.

Callers 3

executeMethod · 0.80
initMethod · 0.80
deleteMethod · 0.80

Calls 2

refreshControlsMethod · 0.95
updateViewsMethod · 0.80

Tested by

no test coverage detected