private IntegrationEntityLookup operationLookup;
public ResponsePanel(ResponseModel model, InputPanel parent) {
this.model = model;
panel = new InputPanel();
ButtonGroup choices = new ButtonGroup();
ItemListener radioButtonListener = new RadioButtonListener();
noResponseSelector = createSelector("No Response", choices, radioButtonListener);
operationSelector = createSelector("Use final target as response", choices, radioButtonListener);
responseGeneratorLabel = new JLabel();