appendField = mainForm.addCheckBox(APPEND, "append to existing file");
appendField.setEnabled(false);
buildArgsForm(builder, false, "wstools");
ActionList actions = buildDefaultActions(HelpUrls.WSTOOLS_HELP_URL, modelItem);
actions.addAction(new JBossWSShowConfigFileAction("JBossWS Wsdl2Java",
"Contents of generated wsconfig.xml file", modelItem));
return builder.buildDialog(actions, "Specify arguments for JBossWS wstools wsdl2java functionality",
UISupport.TOOL_ICON);
}