swingx
Version 2005-08-19

Uses of Class
org.jdesktop.swingx.JXCollapsiblePane.Orientation

Packages that use JXCollapsiblePane.Orientation
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.Orientation in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return JXCollapsiblePane.Orientation
 JXCollapsiblePane.Orientation JXCollapsiblePane.getOrientation()
           
static JXCollapsiblePane.Orientation JXCollapsiblePane.Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JXCollapsiblePane.Orientation[] JXCollapsiblePane.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jdesktop.swingx with parameters of type JXCollapsiblePane.Orientation
 void JXCollapsiblePane.setOrientation(JXCollapsiblePane.Orientation orientation)
          Changes the orientation of this collapsible pane.
 

Constructors in org.jdesktop.swingx with parameters of type JXCollapsiblePane.Orientation
JXCollapsiblePane(JXCollapsiblePane.Orientation orientation)
          Constructs a new JXCollapsiblePane with a JPanel as content pane and the specified orientation.
JXCollapsiblePane(JXCollapsiblePane.Orientation orientation, LayoutManager layout)
          Constructs a new JXCollapsiblePane with a JPanel as content pane and the given LayoutManager and orientation.
 


swingx
Version 2005-08-19