Package org.jdesktop.swingx.plaf.basic
Class BasicTaskPaneContainerUI.VerticalLayoutUIResource
- java.lang.Object
-
- org.jdesktop.swingx.AbstractLayoutManager
-
- org.jdesktop.swingx.VerticalLayout
-
- org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI.VerticalLayoutUIResource
-
- All Implemented Interfaces:
java.awt.LayoutManager
,java.io.Serializable
,javax.swing.plaf.UIResource
- Enclosing class:
- BasicTaskPaneContainerUI
protected class BasicTaskPaneContainerUI.VerticalLayoutUIResource extends VerticalLayout implements javax.swing.plaf.UIResource
AUIResource
implementation ofVerticalLayout
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerticalLayoutUIResource()
The default layout.VerticalLayoutUIResource(int gap)
Defines a layout with the specified gap.
-
Method Summary
-
Methods inherited from class org.jdesktop.swingx.VerticalLayout
getGap, layoutContainer, preferredLayoutSize, setGap
-
Methods inherited from class org.jdesktop.swingx.AbstractLayoutManager
addLayoutComponent, minimumLayoutSize, removeLayoutComponent
-
-