com.jgoodies.forms.layout
Class FormSpec.DefaultAlignment
java.lang.Object
com.jgoodies.forms.layout.FormSpec.DefaultAlignment
- FormSpec
- Serializable
public static final class FormSpec.DefaultAlignment
extends java.lang.Object
implements Serializable
An ordinal-based serializable typesafe enumeration for the
column and row default alignment types.
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-2006 JGoodies Karsten Lentzsch. All Rights Reserved.