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 149340 - "LayoutSupport API" request
Summary: "LayoutSupport API" request
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 09:57 UTC by theskad
Modified: 2008-10-07 09:57 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 theskad 2008-10-07 09:57:23 UTC
As for 6.5, there is no way how could one plug-in custom Swing Layout to GUI builder -- form project has no public API,
registration mechanism is, well, missing.

Following packages "feels-like" fine API:
org.netbeans.modules.form.codestructure 
org.netbeans.modules.form.layoutsupport 

For registering own layouts also LayoutSupportRegistry has to be changed (now it's all hard coded).