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 30378 - Arch questions for property sheet
Summary: Arch questions for property sheet
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: ARCH
Depends on:
Blocks: 30370
  Show dependency tree
 
Reported: 2003-01-27 16:03 UTC by Jaroslav Tulach
Modified: 2008-12-22 17:40 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2003-01-27 16:03:55 UTC
Describe property sheet architecture by answering
NetBeans Arch Questions as described at

http://openide.netbeans.org/tutorial/api.html
Comment 1 Jaroslav Tulach 2003-01-27 16:28:04 UTC
If you go to openide/arch directory, there is a build.xml prepared for you. If
you invoke "ant <nameofyourapi>" a arch-openide-yourapi.xml file should be
generated and you can start answer the questions there. When you are ready, run
the ant script once more -> html page is generated (you have to change
questionsverion to the right value). After that check the .xml into CVS. You can
delete .html
Comment 2 Jaroslav Tulach 2003-02-13 14:07:19 UTC
Few comments to version 1.4:

1. answers are for PropertySheet module
2. author is likely Tim
3. please use <api> tag to API that you import and export
4. do you really use WindowSystem? Where?
5. compat-standards: ECPE should be dead - please mention ExPE at least
6. as concern properties "changeImmediate" is not described anywhere
(see PropertyEnv) - please use <property> tag to describe it with its
stability
7. could you please specify the stability level for property editors'
properties? Btw. there is no documentation for DataFolder editor
8. exec-reflection: I thought that you are using reflection to access
object as JavaBeans


Comment 3 _ tboudreau 2003-02-20 11:57:54 UTC
Committed this last week