com.jgoodies.forms.layout
Class CellConstraints.Alignment
java.lang.Objectcom.jgoodies.forms.layout.CellConstraints.Alignment
- CellConstraints
- Serializable
public static final class CellConstraints.Alignment
extends java.lang.Object
implements Serializable
An ordinal-based serializable typesafe enumeration for component
alignment types as used by the
FormLayout.
char | abbreviation()- Returns the first character of this Alignment's name.
|
String | toString()- 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.
- the name's first character.
toString
public String toString()
Returns this Alignment's name.
Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.