org.springframework.richclient.util
Class Alignment

java.lang.Object
  extended by org.springframework.core.enums.AbstractLabeledEnum
      extended by org.springframework.core.enums.AbstractGenericLabeledEnum
          extended by org.springframework.core.enums.ShortCodedLabeledEnum
              extended by org.springframework.richclient.util.Alignment
All Implemented Interfaces:
Serializable, Comparable, LabeledEnum

public class Alignment
extends ShortCodedLabeledEnum

Author:
Keith Donald
See Also:
Serialized Form

Field Summary
static Alignment LEFT
           
static Alignment RIGHT
           
 
Fields inherited from interface org.springframework.core.enums.LabeledEnum
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER
 
Method Summary
 
Methods inherited from class org.springframework.core.enums.ShortCodedLabeledEnum
getCode, getShortCode
 
Methods inherited from class org.springframework.core.enums.AbstractGenericLabeledEnum
getLabel
 
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum
compareTo, equals, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT

public static final Alignment LEFT

RIGHT

public static final Alignment RIGHT


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.