It would be helpful for extension developers to lookup a row's name by looking at the HTML. For designers it would be good to allow styling / disabling certain rows. Both could be achieved by adding a class to a row's <p> like this:
ALrow.php:
function toString() { $text = " <p class='admin-links-row-" . $this->name . "'>\n";