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 32418 - Manage loading/saving of window system
Summary: Manage loading/saving of window system
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: 32211
  Show dependency tree
 
Reported: 2003-03-27 16:09 UTC by Peter Zavadsky
Modified: 2008-12-23 12:28 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 16:09:06 UTC
It means to implement methods load/save of
WindowManagerImpl.

1) loading
a) call Persistence.loadWindowSystem method
b) from retrieved WindowManagerConfig structure
(and its substructures),
create create all winsys components (modes,
topcomponents, topcomponent sets) and feed the model.

2) saving
a) from actual model state will create
WindowConfig structure (and its substructures),
b) call Persistence.saveWindowSystem method and
pass there the structure.
Comment 1 Peter Zavadsky 2003-05-13 08:40:33 UTC
Done: PersistenceHandler class.