Overview
This class adapts MigLayout's component constraints string to the LayoutInfo system used by JavaFX. TODO: Add example of MigNodeLayoutInfo use.
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | constraints | String | ![]() | ![]() | ![]() |
The component constraints for this node.
The component constraints for this node. Any valid MigLayout component constraints can be used: align, grow, span, split, pos, dock, etc. |

