yu.ac.bg.etf.javaqx.qswing.layouts.formlayout
Class CellConstraints.Alignment

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.layouts.formlayout.CellConstraints.Alignment
Enclosing class:
CellConstraints

public static final class CellConstraints.Alignment
extends java.lang.Object

An ordinal-based typesafe enumeration for component alignment types as used by the FormLayout.


Method Summary
 char abbreviation()
          Returns the first character of this Alignment's name.
 java.lang.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

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.

toString

public java.lang.String toString()
Returns this Alignment's name.

Returns:
this alignment's name.


Copyright © 2007 ETF and contributors. All Rights Reserved.