Overview
An extension of CustomNode that is designed to work in layout containers. It delegates all the methods of Resizable to the Node returned from create, allowing the use of CustomNode to instantiate Resizable objects cleanly.
Profile: desktop
Inherited Variables
org.jfxtras.scene.layout.DefaultLayout
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-read protected | defaultLayoutInfo | LayoutInfoBase | ![]() | subclass | subclass |
The default layout info for this Node.
The default layout info for this Node. Usually this will be initialized by the Node subclass to a static LayoutInfo for all instances. Any values set on this will override the default Constraint values. |

