406407408409410411412413414415416
model.setColumnIdentifiers ( getPropertiesTableColumnNames () ); for ( final int s : selection ) { propertiesTable.addRowSelectionInterval ( s, s ); } } } ); return new WebScrollPane ( propertiesTable, false ); }