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 and Description |
---|---|
JXCollapsiblePane.Direction |
JXCollapsiblePane.getDirection() |
static JXCollapsiblePane.Direction |
JXCollapsiblePane.Direction.valueOf(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 and Description |
---|---|
void |
JXCollapsiblePane.setDirection(JXCollapsiblePane.Direction direction)
Changes the direction of this collapsible pane.
|
Constructor and Description |
---|
JXCollapsiblePane(JXCollapsiblePane.Direction direction)
Constructs a new JXCollapsiblePane with a
JXPanel as content pane and the specified
direction. |
JXCollapsiblePane(JXCollapsiblePane.Direction direction,
LayoutManager layout)
Constructs a new JXCollapsiblePane with a
JPanel as content pane
and the given LayoutManager and orientation. |
Copyright © 2019. All rights reserved.