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 14207

Summary: Editor as Reusable Component
Product: xml Reporter: _ pkuzel <pkuzel>
Component: CodeAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker CC: jtulach
Priority: P4 Keywords: API
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 32047, 20532, 32052    

Description _ pkuzel 2001-08-06 09:36:15 UTC
Both text and tree editors should act as reusable components independent on a
rest of module allowing their reuse by other modules. The tree editor should
support the "Looks idea" as a user will typically need to add a semantics view
of XML document content.
It requires a public API definition!
Comment 1 _ pkuzel 2002-06-03 12:28:03 UTC
Let these are considered while planning next release.
Comment 2 Marek Grummich 2002-07-19 17:00:25 UTC
Target milestone was changed from not determined to TBD
Comment 3 aclong 2004-04-28 16:07:29 UTC
I'm not sure if the original submitter of this means using the editors
by other parts of netbeans, or outside of netbeans, so I'll add my
request here.

I would really like to use the tree and table editors outside of
netbeans as widgets in my own application. I downloaded the source and
built it, but there doesn't seem to be any support for making
Javabeans out of the editors or in any way using them separate from
the whole netbeans infrastructure. I wouldn't mind having to include
supporting jar files or whatever in my application, I just want the
editors to be usable in a separate application.