()
| 187 | } |
| 188 | |
| 189 | public void cmdDelete() { |
| 190 | PrivacyListItem pl = (PrivacyListItem) getFocusedObject(); |
| 191 | if ((pl == null) || (pl.list.name == null)) |
| 192 | return; |
| 193 | pl.list.deleteList(); |
| 194 | getLists(); |
| 195 | } |
| 196 | |
| 197 | public void keyClear() { |
| 198 | String name = getFocusedObject().toString(); |
no test coverage detected