* @throws Exception on error
*/
protected void tableHighlightRow(String tableId, URL url, int row) throws Exception {
Navigator navigator = _imageFrame.getNavigator();
if (navigator != null) {
navigator.selectTableRows(tableId, url, new int[]{row});
}
}
/**
* Selects a list of rows of an identified table by row index. The table to operate on is identified by one or both