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

Method delete

src/main/java/org/microemu/device/ui/TextBoxUI.java:39–39  ·  view source on GitHub ↗
(int offset, int length)

Source from the content-addressed store, hash-verified

37 void insert(String text, int position);
38
39 void delete(int offset, int length);
40
41}

Callers 6

runMethod · 0.65
deleteMethod · 0.65
commandActionMethod · 0.65
deleteMessageMethod · 0.65
insertMethod · 0.65
deleteMethod · 0.65

Implementers 5

J2SETextBoxUIdesktop/src/main/java/org/microemu/dev
AndroidTextBoxUIandroid/src/main/java/org/microemu/and
IPhoneTextBoxUIios/src/main/java/org/microemu/iphone/
TextBoxsrc/main/java/javax/microedition/lcdui
TextFieldsrc/main/java/javax/microedition/lcdui

Calls

no outgoing calls

Tested by

no test coverage detected