MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / clear

Method clear

src/main/java/fieldcef/browser/Browser.kt:960–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958 }
959
960 var focus: Boolean
961 get() = keyboardFocus.isFocused(this)
962 set(f) {
963 if (f != focus) Drawing.dirty(this)
964 browser!!.setFocus(f)
965 if (f) {

Callers 5

paintMethod · 0.45
clearHandlersMethod · 0.45
finishBootingMethod · 0.45
updateMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected