Class CellConstraints.Alignment

java.lang.Object
com.jgoodies.forms.layout.CellConstraints.Alignment
All Implemented Interfaces:
Serializable
Enclosing class:
CellConstraints

public static final class CellConstraints.Alignment extends Object implements Serializable
An ordinal-based serializable typesafe enumeration for component alignment types as used by the FormLayout.
See Also:
  • Method Details

    • toString

      public String toString()
      Returns this Alignment's name.
      Overrides:
      toString in class Object
      Returns:
      this alignment's name.
    • abbreviation

      public char abbreviation()
      Returns the first character of this Alignment's name. Used to identify it in short format strings.
      Returns:
      the name's first character.