}
}
protected void delAccountSection(GOIMAccount account) {
Section accSec = sections.remove(account);
accSec.dispose();
}
public static void updateRosterEntryPresence(FormToolkit tk,final GOIMAccount account, String id, Control entry) {
RosterEntry rosterEntry = (RosterEntry)entry.getData("rosterEntry");
String jid = rosterEntry == null ? id : rosterEntry.getUser();