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 77745 - The addModifier facility should be made extensible
Summary: The addModifier facility should be made extensible
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: XML Multiview (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 20:39 UTC by Roderico Cruz
Modified: 2008-12-10 11:09 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 Roderico Cruz 2006-06-12 20:39:06 UTC
This is a result of a TCA from the architectural review on the xml/multiview module.

The addModifier facility should be made extensible or at least provide
addModifiers for all possible widgets in the UI.
Comment 1 Milan Kuchtiak 2006-06-13 09:34:32 UTC
May be there can be something more universal like 

addModier(JComponent c) to enable adding different types of JComponent.

The intention was to specify a set of UI Componets that are used to modify the
data model in particular panel. Then the 
setData(JComponent, Object value)
is called everytime when data are changed in JComponent.