MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / keyClear

Method keyClear

src/main/java/Client/ActiveContacts.java:126–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 public void keyClear() {
127 Contact c = (Contact) getFocusedObject();
128 c.purge();
129 itemsList.removeElementAt(cursor);
130 mainbar.setElementAt(String.valueOf(getItemCount()), 0);
131 redraw();
132 }
133
134 public final void destroyView() {
135 sd.roster.reEnumRoster();

Callers 2

eventLongOkMethod · 0.95
doUserKeyActionMethod · 0.95

Calls 5

purgeMethod · 0.95
getFocusedObjectMethod · 0.80
setElementAtMethod · 0.80
getItemCountMethod · 0.45
redrawMethod · 0.45

Tested by

no test coverage detected