TableRow selection[] = (TableRow[]) model.getValue("table.value");
for (int i = 0; i < selection.length; i++) {
new PersonEditor(selection[i]);
}
} else if (name.equals("consoleCommand")) {
CommandEvent event = (CommandEvent) e.getSwingEvent();
event.getSource().appendText(getString("test.console.command"));
event.getSource().appendText(event.getCommand(), boldAttribute);
event.getSource().appendText(getString("test.console.notfound")+"\n");
} else if (name.equals("login")) {
log.debug(
"Login has been clicked. username ["
+ model.getValue("username")
+ "], password ["