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

Summary: Implement persistence of winsys elements order
Product: platform Reporter: mslama <mslama>
Component: Window SystemAssignee: mslama <mslama>
Status: RESOLVED FIXED    
Severity: blocker CC: pzavadsky
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 32212    

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.