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 32213 - Implement model
Summary: Implement model
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: 32218 32335
Blocks: 29836
  Show dependency tree
 
Reported: 2003-03-24 08:03 UTC by Peter Zavadsky
Modified: 2008-12-23 12:25 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-24 08:03:56 UTC
Model's responsibility is keep the window system
data in consistent state. Manage their updates at
low-level, i.e. quarranty a thread safety, and
consistency.
Comment 1 Peter Zavadsky 2003-05-13 08:36:28 UTC
Done: package org.netbeans.core.windows.model.*