()
| 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(); |
no test coverage detected