Enum LayoutFlags

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

public enum LayoutFlags extends Enum<LayoutFlags>
Author:
Bruno Salmon
  • Enum Constant Details

    • CLEAN

      public static final LayoutFlags CLEAN
    • DIRTY_BRANCH

      public static final LayoutFlags DIRTY_BRANCH
    • NEEDS_LAYOUT

      public static final LayoutFlags NEEDS_LAYOUT
  • Method Details

    • values

      public static LayoutFlags[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LayoutFlags valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null