toolbar.addFixed(createActionButton(SwingActionDelegate.createDelegate(NewRestMethodAction.SOAPUI_ACTION_ID,
getModelItem(), null, "/create_empty_method.gif"), true));
toolbar.addSeparator();
pathTextField = new RestResourceEditor(getModelItem(), updating);
toolbar.addFixed(new JLabel("Resource Path"));
toolbar.addSeparator(new Dimension(3, 3));
toolbar.addWithOnlyMinimumHeight(pathTextField);