Class 
Use 
SUMMARY: NESTED | ENUM CONSTANTS | METHOD      DETAIL: ENUM CONSTANTS | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

java.desktop / javax.swing
Enum GroupLayout.Alignment
java.lang.Object
  java.lang.Enum<GroupLayout.Alignment>
      javax.swing.GroupLayout.Alignment
All Implemented Interfaces:
Serializable, Comparable<GroupLayout.Alignment>, Constable
Enclosing class:
GroupLayout

public static enum GroupLayout.Alignment
extends Enum<GroupLayout.Alignment>
Enumeration of the possible ways ParallelGroup can align its children.
Since:
1.6
See Also:
GroupLayout.createParallelGroup(Alignment)

Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
Indicates the elements should be aligned along their baseline.
Indicates the elements should be centered in the region.
Indicates the elements should be aligned to the origin.
Indicates the elements should be aligned to the end of the region.
Method Summary
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
Enum Constant Detail
LEADING
public static final GroupLayout.Alignment LEADING
Indicates the elements should be aligned to the origin. For the horizontal axis with a left to right orientation this means aligned to the left edge. For the vertical axis leading means aligned to the top edge.
See Also:
GroupLayout.createParallelGroup(Alignment)

TRAILING
public static final GroupLayout.Alignment TRAILING
Indicates the elements should be aligned to the end of the region. For the horizontal axis with a left to right orientation this means aligned to the right edge. For the vertical axis trailing means aligned to the bottom edge.
See Also:
GroupLayout.createParallelGroup(Alignment)

CENTER
public static final GroupLayout.Alignment CENTER
Indicates the elements should be centered in the region.
See Also:
GroupLayout.createParallelGroup(Alignment)

BASELINE
public static final GroupLayout.Alignment BASELINE
Indicates the elements should be aligned along their baseline.
See Also:
GroupLayout.createParallelGroup(Alignment), GroupLayout.createBaselineGroup(boolean,boolean)
Method Detail
values
static GroupLayout.Alignment[] values
()

valueOf
static GroupLayout.Alignment valueOf
(String name)

 Class 
Use 
SUMMARY: NESTED | ENUM CONSTANTS | METHOD      DETAIL: ENUM CONSTANTS | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz