MCPcopy Create free account
hub / github.com/Card-Forge/forge / isButtonEnabled

Method isButtonEnabled

forge-gui-mobile/src/forge/toolbox/FDialog.java:163–166  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

161 }
162
163 public boolean isButtonEnabled(int index) {
164 FButton button = getButton(index);
165 return button != null && button.isEnabled();
166 }
167
168 public void setButtonEnabled(int index, boolean enabled) {
169 FButton button = getButton(index);

Callers 1

onItemActivateMethod · 0.45

Calls 2

getButtonMethod · 0.95
isEnabledMethod · 0.65

Tested by

no test coverage detected