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 32422 - Implement persistence of winsys elements order
Summary: Implement persistence of winsys elements order
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 32212
  Show dependency tree
 
Reported: 2003-03-27 16:17 UTC by mslama
Modified: 2008-12-23 12:30 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 mslama 2003-03-27 16:17:54 UTC
In current winsys ordering is saved using
DataObject order. If we remove data system layer
from winsys persistence we need to save order of
winsys elements (eg. order of TopComponent in
container - order of tabs).

One possibility is to use the same approach as
data systems: Using FileObject attributes as in
FolderOrder.
Comment 1 mslama 2003-05-02 10:09:03 UTC
Done using modified code from FolderOrder. -> partial ordering can be
set using FileObject attributes as before.
Comment 2 mslama 2003-05-02 10:11:46 UTC
Only TCRefs needs to be ordered - implemented in class ModeParser.