Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.80
init
Method · 0.80
delete
Method · 0.80
Calls
2
refreshControls
Method · 0.95
updateViews
Method · 0.80
Tested by
no test coverage detected