MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / run

Method run

src/main/java/fieldbox/boxes/plugins/Group.java:40–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 @Override
41 public void run() {
42 prompt.prompt("Name for group...", new LinkedHashMap<>(), new RemoteEditor.ExtendedCommand() {
43 public String a;
44
45 @Override
46 public void begin(RemoteEditor.SupportsPrompt prompt, String alternativeChosen) {
47 this.a = alternativeChosen;
48 }
49
50 @Override
51 public void run() {
52 makeSelectionIntoGroup(a);
53 }
54 });
55 }
56 });
57 }
58 return m;

Callers 13

runMenuMethod · 0.45
runMenuHoldMethod · 0.45
expiresMethod · 0.45
call_runnableMethod · 0.45
enterPresentationModeMethod · 0.45
exitPresentationModeMethod · 0.45
badgeMethod · 0.45
commitMethod · 0.45
PseudoMethod · 0.45
applyMethod · 0.45
stopModalMethod · 0.45
GraphicsSupportMethod · 0.45

Calls 2

promptMethod · 0.80

Tested by

no test coverage detected