Overview

The orientation defines in which direction the collapsible pane will expand.

Author(s):

General Methods

accesstypenameparameters

[show]methods inherited from org.jdesktop.swingx.JXCollapsiblePane.Orientation

valueOf, values,

[show]methods inherited from java.lang.Enum

clone, compareTo, equals, hashCode, name, ordinal, toString, valueOf,

[show]methods inherited from java.lang.Object

clone, equals, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait,

Fields

staticaccesstypename
staticpublicJXCollapsiblePane.OrientationHORIZONTAL
staticpublicJXCollapsiblePane.OrientationVERTICAL

static public JXCollapsiblePane.Orientation HORIZONTAL

The horizontal orientation makes the collapsible pane expand horizontally

static public JXCollapsiblePane.Orientation VERTICAL

The horizontal orientation makes the collapsible pane expand vertically

Constructors

accessnameparameters

Properties

nametypedescriptionget/setaccessinheritedbound

[show]properties inherited from org.jdesktop.swingx.JXCollapsiblePane.Orientation

[show]properties inherited from java.lang.Enum

declaringClass ,

[show]properties inherited from java.lang.Object

class ,

Static and Factory Methods

publicJXCollapsiblePane.Orientationvalues()
publicJXCollapsiblePane.OrientationvalueOf(String name, )