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 30084 - more help ids for java node prop sheets
Summary: more help ids for java node prop sheets
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 15:08 UTC by John Jullion-ceccarelli
Modified: 2007-09-26 09:14 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 John Jullion-ceccarelli 2003-01-14 15:08:25 UTC
Please add help IDs for the following nodes'
property sheets:

form/source file node - Properties tab
fields
constructors
interfaces
classes
methods

Thanks.
Comment 1 Svata Dedic 2003-01-20 15:46:43 UTC
where are "interfaces" and "classes" nodes ?

btw "Fields", "Methods" and "Constructors" property sheets have no
properties at all.
Comment 2 John Jullion-ceccarelli 2003-01-20 15:57:44 UTC
Sorry, I wasn't clear. I don't mean the category nodes for these
things, I mean the nodes for instances of them. So in the following
Explorer node tree, the nodes with * need help IDs in the property sheets:

+ ColorPicker * (properties tab, other tabs already have it)
  + class ColorPicker*
    + interface InterInnerface *
    + Fields
        - blueSlider *
    + Constructors
        - ColorPicker() *
    + Methods
        - addKeyListener *

Hope that's clearer. Thanks.
Comment 3 John Jullion-ceccarelli 2003-02-04 17:36:35 UTC
I need this done by Wed, January 12th please. Thank you.
Comment 4 John Jullion-ceccarelli 2003-02-04 17:40:51 UTC
sorry, Febuary 12th
Comment 5 Svata Dedic 2003-02-06 18:36:32 UTC
Oops! That was close (Feb 7).  
  
Constructors: org.openide.src.ConstructorProperties  
Methods: org.openide.src.MethodProperties  
Classes: org.openide.src.ClassProperties  
Interfaces: org.openide.src.InterfaceProperties  
Initializers: org.openide.src.InitializerProperties  
  
[java] source file: org.netbeans.modules.java.JavaNode.properties  
  
If Form needs a special helpID (different from plain .java files), please  
reopen and assign to form. 
 
Fixed in trunk of java/srcmodel:  
Checking in 
srcmodel/src/org/openide/src/nodes/ClassElementNode.java; 
/cvs/java/srcmodel/src/org/openide/src/nodes/ClassElementNode.java,v  
<--  ClassElementNode.java 
new revision: 1.3; previous revision: 1.2 
done 
Checking in 
srcmodel/src/org/openide/src/nodes/ConstructorElementNode.java; 
/cvs/java/srcmodel/src/org/openide/src/nodes/ConstructorElementNode.java,v  
<--  ConstructorElementNode.java 
new revision: 1.3; previous revision: 1.2 
done 
Checking in 
srcmodel/src/org/openide/src/nodes/InitializerElementNode.java; 
/cvs/java/srcmodel/src/org/openide/src/nodes/InitializerElementNode.java,v  
<--  InitializerElementNode.java 
new revision: 1.3; previous revision: 1.2 
done 
Checking in 
srcmodel/src/org/openide/src/nodes/MethodElementNode.java; 
/cvs/java/srcmodel/src/org/openide/src/nodes/MethodElementNode.java,v  
<--  MethodElementNode.java 
new revision: 1.3; previous revision: 1.2 
 
Comment 6 John Jullion-ceccarelli 2003-02-11 09:48:26 UTC
Thanks for putting these in. Still need help IDs for the field nodes,
though. I assume they'll be org.openide.src.FieldProperties so I'll
just use that in the map file. Thanks.
Comment 7 John Jullion-ceccarelli 2003-02-13 12:00:18 UTC
need this by tomorrow, please.
Comment 8 Tomas Hurka 2003-02-13 16:12:13 UTC
Ok. Done in trunk for field node. Yes, help ID is org.openide.src.FieldProperties
Comment 9 Jan Becicka 2003-02-27 12:32:02 UTC
Reporter, could you verify this bug? Thanks
Comment 10 John Jullion-ceccarelli 2003-02-27 13:05:46 UTC
verified