Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ setResult
Method
setResult
forge-gui-mobile/src/forge/toolbox/FOptionPane.java:255–260 ·
view source on GitHub ↗
(final int option)
Source
from the content-addressed store, hash-verified
253
}
254
255
public
void
setResult(
final
int
option) {
256
hide();
257
if
(callback != null) {
258
callback.accept(option);
259
}
260
}
261
262
protected
boolean padAboveAndBelow() {
263
return
true;
Callers
5
FOptionPane
Method · 0.95
keyDown
Method · 0.95
onItemActivate
Method · 0.45
onItemActivate
Method · 0.45
accept
Method · 0.45
Calls
2
hide
Method · 0.65
accept
Method · 0.45
Tested by
no test coverage detected