Description
Provides integration with MigLayout
Installation
The current version of griffon-miglayout-plugin is 0.3
To install just issue the following command
Usage
The following nodes will become available on a View script upon installing this plugin
Node |
Property |
Type |
Default |
Required |
Bindable |
Notes |
|---|---|---|---|---|---|---|
migLayout |
|
|
|
|
|
Use it as with any other layout node |
MigLayout accepts the following properties:
- layoutConstraints - defines general constraints
- columnConstraints - defines constraints applicable to columns only
- rowsConstraints - defines constraints applicable to rows only
The plugin includes a copy of the MigLayout white-paper in PDF format. Refer also to the MigLayout Cheatsheet to know more about what constraints can be used with this layout.
History
Version |
Date |
Notes |
|---|---|---|
0.3 |
10-21-11 |
Release sync with Griffon 0.9.4 |
0.2 |
12-23-10 |
Release sync with Griffon 0.9.2 |
0.1 |
07-22-10 |
first release |