MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / ActivityList

Method ActivityList

src/main/java/PEP/ActivityList.java:35–44  ·  view source on GitHub ↗
(Display display)

Source from the content-addressed store, hash-verified

33 String acttext;
34
35 public ActivityList(Display display) {
36 super(SR.MS_USERACTIVITY);
37
38 for (Enumeration e = Activities.getInstance().actValue.elements(); e.hasMoreElements();) {
39 SimpleString item = new SimpleString((String)e.nextElement(), false);
40 item.selectable = true;
41 itemsList.addElement(item);
42 }
43 enableListWrapping(true);
44 }
45
46 public void cmdOk() {
47 eventOk();

Callers

nothing calls this directly

Calls 4

getInstanceMethod · 0.95
elementsMethod · 0.80
addElementMethod · 0.80
enableListWrappingMethod · 0.80

Tested by

no test coverage detected