Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.65
delete
Method · 0.65
commandAction
Method · 0.65
deleteMessage
Method · 0.65
insert
Method · 0.65
delete
Method · 0.65
Implementers
5
J2SETextBoxUI
desktop/src/main/java/org/microemu/dev
AndroidTextBoxUI
android/src/main/java/org/microemu/and
IPhoneTextBoxUI
ios/src/main/java/org/microemu/iphone/
TextBox
src/main/java/javax/microedition/lcdui
TextField
src/main/java/javax/microedition/lcdui
Calls
no outgoing calls
Tested by
no test coverage detected