Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Truphone/LPAdesktop
/ setText
Method
setText
src/main/java/com/truphone/lpap/InputDialog.java:35–37 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
33
}
34
35
public
void
setText(String text) {
36
lblText.setText(text);
37
}
38
39
public
void
setPredefinedValue(String text) {
40
txtInput.setText(text);
Callers
12
showInputDialog
Method · 0.95
initComponents
Method · 0.45
setPredefinedMatchingId
Method · 0.45
qrCodeProcessorTextValueChanged
Method · 0.45
initComponents
Method · 0.45
setPredefinedValue
Method · 0.45
initComponents
Method · 0.45
init
Method · 0.45
initComponents
Method · 0.45
updateEuiccInfo
Method · 0.45
getListCellRendererComponent
Method · 0.45
initAbout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected