Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paint
Method · 0.45
clearHandlers
Method · 0.45
finishBooting
Method · 0.45
update
Method · 0.45
paint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected