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 32335

Summary: Change model implementation from binary tree to n-branch tree
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: RESOLVED FIXED    
Severity: blocker CC: mslama
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 32213    

Description Peter Zavadsky 2003-03-26 08:00:47 UTC
According to result of discussion about how to
represent the internal data. We came to an
agreement, it is a better to use n-branch tree,
which more fits to user point of view what he
sees, It also corresponds to data in config files
and also will be better to achieve tasks from UI spec.
Binary tree which corresponds to actual JSplitPane
is just an impl detail (if there is a
"n-JSplitPane" component it would fit better).

Note: This doesn't the structure passed to view,
it will have a binary tree style, which fits for
current (JSplitPane type) view.
Comment 1 Peter Zavadsky 2003-03-28 13:58:52 UTC
Fixed in [winsys_29836] branch.

core/../windows/model/SplitSubModel.java 1.1.2.5