CookieRow
new CookieRow(fCookies, *cookie); // Attaches itself to the list
CookieRow* row;
CookieRow* prevRow;
row = (CookieRow*)fCookies->CurrentSelection(prevRow);
row = (CookieRow*)fCookies->RowAt(0);
CookieRow(BColumnListView* list,