Package org.jdesktop.swingx
Class VerticalLayout
java.lang.Object
org.jdesktop.swingx.VerticalLayout
- All Implemented Interfaces:
LayoutManager
- Direct Known Subclasses:
BasicTaskPaneContainerUI.VerticalLayoutUIResource
Organizes components in a vertical layout.
- Author:
- fred
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component c) intgetGap()voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) voidvoidsetGap(int gap)
-
Constructor Details
-
VerticalLayout
public VerticalLayout() -
VerticalLayout
public VerticalLayout(int gap)
-
-
Method Details
-
getGap
public int getGap() -
setGap
public void setGap(int gap) -
addLayoutComponent
- Specified by:
addLayoutComponentin interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSizein interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSizein interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin interfaceLayoutManager
-