Class BasicTaskPaneContainerUI.VerticalLayoutUIResource
java.lang.Object
org.jdesktop.swingx.AbstractLayoutManager
org.jdesktop.swingx.VerticalLayout
org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI.VerticalLayoutUIResource
- All Implemented Interfaces:
LayoutManager, Serializable, UIResource
- Enclosing class:
BasicTaskPaneContainerUI
protected class BasicTaskPaneContainerUI.VerticalLayoutUIResource
extends VerticalLayout
implements UIResource
A
UIResource implementation of VerticalLayout.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe default layout.VerticalLayoutUIResource(int gap) Defines a layout with the specified gap. -
Method Summary
Methods inherited from class VerticalLayout
getGap, layoutContainer, preferredLayoutSize, setGapMethods inherited from class AbstractLayoutManager
addLayoutComponent, minimumLayoutSize, removeLayoutComponent
-
Constructor Details
-
VerticalLayoutUIResource
public VerticalLayoutUIResource()The default layout. -
VerticalLayoutUIResource
public VerticalLayoutUIResource(int gap) Defines a layout with the specified gap.- Parameters:
gap- the gap between components
-