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.
|
Modifier and Type | Method | Description |
---|---|---|
JXCollapsiblePane.Direction |
JXCollapsiblePane.getDirection() |
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JXCollapsiblePane.setDirection(JXCollapsiblePane.Direction direction) |
Changes the direction of this collapsible pane.
|
Constructor | Description |
---|---|
JXCollapsiblePane(JXCollapsiblePane.Direction direction) |
Constructs a new JXCollapsiblePane with a
JXPanel as content pane and the specified
direction. |
JXCollapsiblePane(JXCollapsiblePane.Direction direction,
java.awt.LayoutManager layout) |
Constructs a new JXCollapsiblePane with a
JPanel as content pane
and the given LayoutManager and orientation. |