Uses of Class
org.springframework.richclient.util.Alignment

Packages that use Alignment
org.springframework.richclient.factory   
org.springframework.richclient.util Misc common utility classes (mostly static-utility) that aim to reduce repeat coding. 
 

Uses of Alignment in org.springframework.richclient.factory
 

Methods in org.springframework.richclient.factory with parameters of type Alignment
 JComponent ComponentFactory.createLabeledSeparator(String labelKey, Alignment alignment)
          Create and configure an aligned label acting as a form dividing separator; that is, a control that displays a label and a separator immediately underneath it.
 JComponent DefaultComponentFactory.createLabeledSeparator(String labelKey, Alignment alignment)
           
 

Uses of Alignment in org.springframework.richclient.util
 

Fields in org.springframework.richclient.util declared as Alignment
static Alignment Alignment.LEFT
           
static Alignment Alignment.RIGHT
           
 



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