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 32412 - Model in view convenient format
Summary: Model in view convenient format
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks: 32220
  Show dependency tree
 
Reported: 2003-03-27 15:33 UTC by Peter Zavadsky
Modified: 2008-12-23 12:26 UTC (History)
1 user (show)

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 Peter Zavadsky 2003-03-27 15:33:06 UTC
Define format which will be delivered to view (as
a argument of that request), which will be kind a
snapshot of model relevant for that one specified
request. 
It will provide convenietn structure of splitted
modes.
Also it will provide list of changes of model
which resulted to the request -> there could be
more differrent changes, but the one of same type
coallesced to last one)
Comment 1 Peter Zavadsky 2003-03-27 15:34:24 UTC
The class will be named probably ModelSnapshot, which part will be
ModesSnapshot (which is already almost done).
Comment 2 Peter Zavadsky 2003-04-08 13:08:49 UTC
Finally, the class is now WindowSystemSnapshot which is model snapshot
of entire win sys. It contains ModeStructureSnapshot (which maps split
strucutre of mode [also separate ones]) which in turn contains
individual ModeSnapshot's -> mode model snapshots.