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 - Change model implementation from binary tree to n-branch tree
Summary: Change model implementation from binary tree to n-branch tree
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: 32213
  Show dependency tree
 
Reported: 2003-03-26 08:00 UTC by Peter Zavadsky
Modified: 2008-12-23 12:31 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-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