Enum Class JXCollapsiblePane.Direction

java.lang.Object
java.lang.Enum<JXCollapsiblePane.Direction>
org.jdesktop.swingx.JXCollapsiblePane.Direction
All Implemented Interfaces:
Serializable, Comparable<JXCollapsiblePane.Direction>, java.lang.constant.Constable
Enclosing class:
JXCollapsiblePane

public static enum JXCollapsiblePane.Direction extends Enum<JXCollapsiblePane.Direction>
The direction defines how the collapsible pane will collapse. The constant names were designed by choosing a fixed point and then determining the collapsing direction from that fixed point. This means RIGHT expands to the right and this is probably the best expansion for a component in BorderLayout.EAST.