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 - Editor as Reusable Component
Summary: Editor as Reusable Component
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@xml
URL:
Keywords: API
Depends on:
Blocks: 32047 20532 32052
  Show dependency tree
 
Reported: 2001-08-06 09:36 UTC by _ pkuzel
Modified: 2007-09-25 01:31 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.