protected void rowClicked(final String tableName, final String key, final int column) {
// TODO: does not work
final Host host = getBrowser().getCluster().getHostByName(key);
final HostInfo hi = host.getBrowser().getHostInfo();
if (hi != null) {
hi.selectMyself();
}
}
@Override
protected Color getTableRowColor(final String tableName, final String key) {