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

Method EditURL

src/main/java/Messages/MessageUrl.java:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public void EditURL() {
90 new MIDPTextBox("Edit URL", itemsList.elementAt(cursor).toString(), this);
91 }
92
93 public void OkNotify(String text_return) {
94 itemsList.setElementAt(new ListItem(text_return), cursor);

Callers 2

menuActionMethod · 0.95
doUserKeyActionMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected