Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ fullscreen
Method
fullscreen
basex-core/src/main/java/org/basex/gui/GUI.java:637–640 ·
view source on GitHub ↗
Toggles fullscreen mode.
()
Source
from the content-addressed store, hash-verified
635
* Toggles fullscreen mode.
636
*/
637
void
fullscreen() {
638
fullscreen ^= true;
639
fullscreen(fullscreen);
640
}
641
642
/**
643
* Turns fullscreen mode on/off.
Callers
2
execute
Method · 0.80
keyPressed
Method · 0.80
Calls
10
setContentBorder
Method · 0.95
updateControl
Method · 0.95
setTitle
Method · 0.80
setVisible
Method · 0.80
remove
Method · 0.65
add
Method · 0.65
get
Method · 0.65
set
Method · 0.65
removeAll
Method · 0.45
dispose
Method · 0.45
Tested by
no test coverage detected