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 153918 - need support for containers in layouts
Summary: need support for containers in layouts
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks: 150308
  Show dependency tree
 
Reported: 2008-11-26 09:27 UTC by Sergey Petrov
Modified: 2008-11-26 09:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2008-11-26 09:27:10 UTC
need support for containers in layouts.
currently all nodes are processed as free/independent nodes, also links are drawn accordingly to this processing.
it should be possible to specify some adapter in layout action which will provide container node for processed node(in
this case layout can be done for all nodes inside the container) or at least boolean adapter to show if node is on scene
and need to be processed or inside container and shouldn't be processed.
Comment 1 Sergey Petrov 2008-11-26 09:41:33 UTC
adapter is required because of possible different realization of containers via dependency or via children widgets or
somehow else, so can't be hardcoded in layout.