ModelItem modelItem = row == statisticsTable.getRowCount() - 1 ? loadTest.getTestCase() : loadTest
.getStatisticsModel().getTestStepAtRow( row );
ActionList actions = ActionListBuilder.buildActions( modelItem );
if( actions != null )
actions.performDefaultAction( new ActionEvent( statisticsTable, 0, null ) );
}
}
public void mousePressed( MouseEvent e )
{