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 32421

Summary: Manage persistence notifications
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: RESOLVED FIXED    
Severity: blocker CC: mslama
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 32211    

Description Peter Zavadsky 2003-03-27 16:13:07 UTC
There are notifications from persistence layer,
which inform central part about some
adding/removing of ModeConfig, TopComponentConfig
(probably aslo TopComponentSet config) data. 
The central unit has to update model according to
those notifications (and request view to change
afterwards).
Comment 1 Peter Zavadsky 2003-05-13 08:41:06 UTC
Done: PersistenceHandler class.