Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isGuiThread
Method
isGuiThread
forge-gui-mobile/src/forge/GuiMobile.java:115–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
@Override
116
public
boolean isGuiThread() {
117
return
Thread.currentThread() == glThread;
118
}
119
120
@Override
121
public
ISkinImage getSkinIcon(
final
FSkinProp skinProp) {
Callers
2
invokeInEdtAndWait
Method · 0.95
getUnskinnedIcon
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected