Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ insert
Method
insert
src/main/java/org/microemu/device/ui/TextBoxUI.java:37–37 ·
view source on GitHub ↗
(String text, int position)
Source
from the content-addressed store, hash-verified
35
void
setString(String text);
36
37
void
insert(String text,
int
position);
38
39
void
delete(
int
offset,
int
length);
40
Callers
11
fireInputMethodListener
Method · 0.65
commandAction
Method · 0.65
eventOk
Method · 0.65
blockArrived
Method · 0.65
pasteData
Method · 0.65
insert
Method · 0.65
getMIVector
Method · 0.65
addMessage
Method · 0.65
onSelect
Method · 0.65
commandAction
Method · 0.65
insert
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