Uses of Class
org.jdesktop.swingx.JXCollapsiblePane.Direction
-
Packages that use JXCollapsiblePane.Direction Package Description org.jdesktop.swingx 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
Fields in org.jdesktop.swingx declared as JXCollapsiblePane.Direction Modifier and Type Field Description private JXCollapsiblePane.Direction
JXCollapsiblePane. direction
Defines the orientation of the component.Methods in org.jdesktop.swingx that return JXCollapsiblePane.Direction Modifier and Type Method Description JXCollapsiblePane.Direction
JXCollapsiblePane. getDirection()
(package private) JXCollapsiblePane.Direction
JXCollapsiblePane.Direction. getFixedDirection(java.awt.ComponentOrientation co)
Gets the fixed direction equivalent to this direction for the specified orientation.static JXCollapsiblePane.Direction
JXCollapsiblePane.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JXCollapsiblePane.Direction[]
JXCollapsiblePane.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jdesktop.swingx with parameters of type JXCollapsiblePane.Direction Modifier and Type Method Description void
JXCollapsiblePane. setDirection(JXCollapsiblePane.Direction direction)
Changes the direction of this collapsible pane.Constructors in org.jdesktop.swingx with parameters of type JXCollapsiblePane.Direction Constructor Description JXCollapsiblePane(JXCollapsiblePane.Direction direction)
Constructs a new JXCollapsiblePane with aJXPanel
as content pane and the specified direction.
-