MCPcopy 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

executeMethod · 0.80
keyPressedMethod · 0.80

Calls 10

setContentBorderMethod · 0.95
updateControlMethod · 0.95
setTitleMethod · 0.80
setVisibleMethod · 0.80
removeMethod · 0.65
addMethod · 0.65
getMethod · 0.65
setMethod · 0.65
removeAllMethod · 0.45
disposeMethod · 0.45

Tested by

no test coverage detected