com.jgoodies.forms.layout
Class CellConstraints.Alignment

java.lang.Object
  extended by 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:
Serialized Form

Method Summary
 char abbreviation()
          Returns the first character of this Alignment's name.
 String toString()
          Returns this Alignment's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.


Copyright © 2002-2012 JGoodies Karsten Lentzsch. All Rights Reserved.