Java javafx.scene.layout Priority fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.layout Priority fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.layout Priority.

The text is from its open source code.

Field

PriorityALWAYS
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.
PrioritySOMETIMES
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.
PriorityNEVER
Layout area will never grow (or shrink) when there is an increase (or decrease) in space available in the region.