ActionList actions = super.getActionsForRow( list, row );
actions.insertAction( SwingActionDelegate.createDelegate( NewMockResponseAction.SOAPUI_ACTION_ID,
getModelItem(), null, "/addToMockService.gif" ), 0 );
actions.insertAction( SwingActionDelegate.createDelegate(
OpenRequestForMockOperationAction.SOAPUI_ACTION_ID, getModelItem(), null, "/open_request.gif" ), 1 );
if( actions.getActionCount() > 2 )
actions.insertAction( ActionSupport.SEPARATOR_ACTION, 2 );