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

Method delete

src/main/java/javax/microedition/lcdui/TextBox.java:73–75  ·  view source on GitHub ↗
(int offset, int length)

Source from the content-addressed store, hash-verified

71 }
72
73 public void delete(int offset, int length) {
74 ((TextBoxUI) ui).delete(offset, length);
75 }
76
77 public int getCaretPosition() {
78 return ((TextBoxUI) ui).getCaretPosition();

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected