MCPcopy 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

FOptionPaneMethod · 0.95
keyDownMethod · 0.95
onItemActivateMethod · 0.45
onItemActivateMethod · 0.45
acceptMethod · 0.45

Calls 2

hideMethod · 0.65
acceptMethod · 0.45

Tested by

no test coverage detected