Uses of Enum Class
org.jdesktop.swingx.JXCollapsiblePane.Direction
Packages that use JXCollapsiblePane.Direction
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of JXCollapsiblePane.Direction in org.jdesktop.swingx
Subclasses with type arguments of type JXCollapsiblePane.Direction in org.jdesktop.swingxModifier and TypeClassDescriptionstatic enumThe direction defines how the collapsible pane will collapse.static final classFields in org.jdesktop.swingx declared as JXCollapsiblePane.DirectionModifier and TypeFieldDescriptionprivate JXCollapsiblePane.DirectionJXCollapsiblePane.directionDefines the orientation of the component.Methods in org.jdesktop.swingx that return JXCollapsiblePane.DirectionModifier and TypeMethodDescriptionJXCollapsiblePane.getDirection()(package private) JXCollapsiblePane.DirectionJXCollapsiblePane.Direction.getFixedDirection(ComponentOrientation co) Gets the fixed direction equivalent to this direction for the specified orientation.static JXCollapsiblePane.DirectionReturns the enum constant of this class with the specified name.static JXCollapsiblePane.Direction[]JXCollapsiblePane.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx with parameters of type JXCollapsiblePane.DirectionModifier and TypeMethodDescriptionvoidJXCollapsiblePane.setDirection(JXCollapsiblePane.Direction direction) Changes the direction of this collapsible pane.Constructors in org.jdesktop.swingx with parameters of type JXCollapsiblePane.DirectionModifierConstructorDescriptionJXCollapsiblePane(JXCollapsiblePane.Direction direction) Constructs a new JXCollapsiblePane with aJXPanelas content pane and the specified direction.