This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 62603 - Help buttons
Summary: Help buttons
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-08-18 16:27 UTC by Geertjan Wielenga
Modified: 2005-11-29 15:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geertjan Wielenga 2005-08-18 16:27:39 UTC
Please add/enable help buttons on ALL panels of ALL New File wizards that relate
to web services:
-- Web Service wizard
-- Web Service Client wizard
-- WSDL wizard

Please add/enable them in web applications and in J2SE applications. (We didn't
support help buttons for these wizards in 4.1 but, because users had problems
with these wizards, we will support them in 4.2.)
Comment 1 Milan Kuchtiak 2005-08-30 17:39:53 UTC
Implemented.

Diffs :
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/client/wizard/WebServiceClientWizardDescriptor.java?r1=1.5&r2=1.6
http://websvc.netbeans.org/source/browse/websvc/dev/src/org/netbeans/modules/websvc/dev/wizard/WebServiceWizardDescriptor.java?r1=1.13&r2=1.14
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/wsdl/wizard/WsdlPanel.java?r1=1.1&r2=1.2

ID Strings for HELP Context are:

WSDL wizard - org.netbeans.modules.websvc.wsdl.wizard.WsdlPanel
WS Wizard - org.netbeans.modules.websvc.dev.wizard.WebServiceWizardDescriptor
WS Client Wizard -
org.netbeans.modules.websvc.core.client.wizard.WebServiceClientWizardDescriptor
Comment 2 Lukas Jungmann 2005-11-29 15:33:39 UTC
v. in 200511281900