buildArgsForm(builder, false, "wstools");
ActionList actions = buildDefaultActions(HelpUrls.WSTOOLS_HELP_URL, modelItem);
actions.addAction(new ShowConfigFileAction("JBossWS Wsdl2Java", "Contents of generated wsconfig.xml file") {
protected String getConfigFile() {
ConfigurationDocument configDocument = createConfigFile(getDialog().getValues());
return configDocument.toString();
}
});
return builder.buildDialog(actions, "Specify arguments for JBossWS wstools java2wsdl functionality",
UISupport.TOOL_ICON);