Enum Class Priority

java.lang.Object
java.lang.Enum<Priority>
javafx.scene.layout.Priority
All Implemented Interfaces:
Serializable, Comparable<Priority>, Constable

public enum Priority extends Enum<Priority>
Enumeration used to determine the grow (or shrink) priority of a given node's layout area when its region has more (or less) space available and multiple nodes are competing for that space.
Since:
JavaFX 2.0