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 101243 - Plugin UML Option Panes
Summary: Plugin UML Option Panes
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Kris Richards
URL:
Keywords:
Depends on:
Blocks: 99448
  Show dependency tree
 
Reported: 2007-04-16 22:37 UTC by Trey Spiva
Modified: 2007-09-17 21:05 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 Trey Spiva 2007-04-16 22:37:05 UTC
The UML options pane should be pluggable.  Without a pluggable options pane the UML options will have 
to know about the options for every UML subsystems, code generation, reverse engineering, diagraming, 
documenation, etc.  The pluggable options pane will allow options panes will allow subsystems to create 
and manage the options.
Comment 1 Kris Richards 2007-06-27 20:07:15 UTC
the uml options panes are driven off the layer files of the appropriate modules, those that contain options. Due to dependencies between the modules, the 
options are store in the preferences associated with the core module. So, the framework is in place, but it is rendered worthless by the dependencies in the 
design of the uml modules.
Comment 2 Peter Lam 2007-09-17 21:05:12 UTC
we now have a new options pane and believe it's a pluggable one.