Module java.desktop
Package javax.swing

Enum Class LayoutStyle.ComponentPlacement

java.lang.Object
java.lang.Enum<LayoutStyle.ComponentPlacement>
javax.swing.LayoutStyle.ComponentPlacement
All Implemented Interfaces:
Serializable, Comparable<LayoutStyle.ComponentPlacement>, Constable
Enclosing class:
LayoutStyle

public static enum LayoutStyle.ComponentPlacement extends Enum<LayoutStyle.ComponentPlacement>
ComponentPlacement is an enumeration of the possible ways two components can be placed relative to each other. ComponentPlacement is used by the LayoutStyle method getPreferredGap. Refer to LayoutStyle for more information.
Since:
1.6
See Also: