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

Summary: The addModifier facility should be made extensible
Product: xml Reporter: Roderico Cruz <rcruz>
Component: XML MultiviewAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: blocker CC: mkuchtiak
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.