|
| Re: MigLayout for SWT - no such Layout there :( [message #1018961 is a reply to message #1018779] |
Thu, 14 March 2013 15:42  |
Eric Clayberg Messages: 738 Registered: July 2009 Location: Boston, MA |
Senior Member |
|
|
WindowBuilder does not support SWT MiGLayout at all. We do support it for Swing where it is moderately popular.
Layouts are not like normal JavaBean-based components. They require an extreme amount of custom design time code in order to support them. Given the extremely low level of interest in that layout for SWT, the WB team does not plan to work on it. If someone else wants to contribute code to support it, we would be happy to take a look and even make suggestions as needed. Starting with the MiGLayout supporting code for Swing would make this a reasonable project to undertake for anyone really interested in that layout.
Personally, I would recommend just using the standard SWT GridLayout. It can do just about everything useful that MiGLayout can do, and it is used by ~99% of the views you will encounter in Eclipse itself (and in most 3rd party plugins). WB also has excellent GridLayout support.
|
|
|
Powered by
FUDForum. Page generated in 0.01615 seconds