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

Method insert

src/main/java/javax/microedition/lcdui/TextBox.java:99–101  ·  view source on GitHub ↗
(char[] data, int offset, int length, int position)

Source from the content-addressed store, hash-verified

97 }
98
99 public void insert(char[] data, int offset, int length, int position) {
100 tf.insert(data, offset, length, position);
101 }
102
103 public void insert(String src, int position) {
104 ((TextBoxUI)ui).insert(src, position);

Callers

nothing calls this directly

Calls 1

insertMethod · 0.65

Tested by

no test coverage detected