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

Method publish

src/main/java/VCard/VCardEdit.java:100–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 public void publish() {
101 for (int index=0; index<vcard.getCount(); index++) {
102 try {
103 String field=((TextInput)itemsList.elementAt(index)).getValue();
104 if (field.length()==0) field=null;
105 vcard.setVCardData(index, field);
106 } catch (Exception ex) { }
107 }
108 //System.out.println(vcard.constructVCard().toString());
109 new Thread(this).start();
110 parentView = sd.roster;
111 destroyView();
112 }
113
114 public void menuAction(MenuCommand c, VirtualList d) {
115 if (c==cmdRefresh) {

Callers 2

doActionMethod · 0.95
menuActionMethod · 0.95

Calls 5

setVCardDataMethod · 0.80
getCountMethod · 0.45
getValueMethod · 0.45
startMethod · 0.45
destroyViewMethod · 0.45

Tested by

no test coverage detected