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 32220

Summary: Define comnunication format between central unit and 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: 32411, 32412    
Bug Blocks: 32211, 32214    

Description Peter Zavadsky 2003-03-24 08:41:22 UTC
This format will provide for view an access to
model data (its snapshot) valid for that request
(comming from central unit) in convenient manner.
Comment 1 Peter Zavadsky 2003-04-08 13:45:11 UTC
There is a class ViewRequestor responsible for communication between
the cetral and view parts.
It schedules the requests into AWT thread, coallesces model changes 
and provides snapshot for each request.