MCPcopy 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

showInputDialogMethod · 0.95
initComponentsMethod · 0.45
initComponentsMethod · 0.45
setPredefinedValueMethod · 0.45
initComponentsMethod · 0.45
initMethod · 0.45
initComponentsMethod · 0.45
updateEuiccInfoMethod · 0.45
initAboutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected