Example usage for Java javafx.scene.layout Priority fields, constructors, methods, implement or subclass
The text is from its open source code.
Priority | ALWAYS Layout area will always try to grow (or shrink), sharing the increase (or decrease) in space with other layout areas that have a grow (or shrink) of ALWAYS. |
Priority | SOMETIMES If there are no other layout areas with grow (or shrink) set to ALWAYS or those layout areas didn't absorb all of the increased (or decreased) space, then will share the increase (or decrease) in space with other layout area's of SOMETIMES. |
Priority | NEVER Layout area will never grow (or shrink) when there is an increase (or decrease) in space available in the region. |