MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / keyClear

Method keyClear

src/main/java/PrivacyLists/PrivacySelect.java:197–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 }
196
197 public void keyClear() {
198 String name = getFocusedObject().toString();
199 new AlertBox(name, SR.MS_DELETE_LIST + " \"" + name + "\"?") {
200
201 public void yes() {
202 cmdDelete();
203 }
204
205 public void no() {}
206 };
207 }
208
209 public boolean doUserKeyAction(int command_id) {
210 switch (command_id) {

Callers 1

menuActionMethod · 0.95

Calls 2

getFocusedObjectMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected