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 32411

Summary: Notification methods in view
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: 32220    

Description Peter Zavadsky 2003-03-27 15:27:07 UTC
Define/implement notification methods in view
classes, which will be called by central unit
(from AWT thread only) requesting to change GUI.
Comment 1 Peter Zavadsky 2003-04-08 13:05:36 UTC
There is defined only notificatio method

View.changeGUI(ChangeInfo[], WindowSystemSnapshot);

which arguments are coallesced model changes and snapshot of window
system model, which is relevant for processing of that only request.