Overview
The orientation defines in which direction the collapsible pane will
expand.
Author(s):
General Methods
[show]methods inherited from org.jdesktop.swingx.JXCollapsiblePane.Orientation
valueOf,
values,
[show]methods inherited from java.lang.Object
clone,
equals,
finalize,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait,
Fields
| static | access | type | name |
| static | public | JXCollapsiblePane.Orientation | HORIZONTAL |
| static | public | JXCollapsiblePane.Orientation | VERTICAL |
The horizontal orientation makes the collapsible pane
expand horizontally
The horizontal orientation makes the collapsible pane
expand vertically
Properties
| name | type | description | get/set | access | inherited | bound |
[show]properties inherited from org.jdesktop.swingx.JXCollapsiblePane.Orientation
Static and Factory Methods
| public | JXCollapsiblePane.Orientation | values | () |
| public | JXCollapsiblePane.Orientation | valueOf | (String name, ) |