inputMap.put(stroke, escapeAction.getValue(Action.NAME));
return rootPane;
}
private void init() {
parameterPanel = new ArgumentsPanel(JMeterUtils.getResString("function_params"), false); //$NON-NLS-1$
initializeFunctionList();
this.getContentPane().setLayout(new BorderLayout(10, 10));
JPanel comboPanel = new JPanel(new FlowLayout(FlowLayout.CENTER));
comboPanel.add(functionList);
JButton helpButton = new JButton(JMeterUtils.getResString("help")); //$NON-NLS-1$