org.jdesktop.swingx
Class VerticalLayout
java.lang.Object
org.jdesktop.swingx.VerticalLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
- Direct Known Subclasses:
- BasicTaskPaneContainerUI.VerticalLayoutUIResource
public class VerticalLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
Organizes components in a vertical layout.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerticalLayout
public VerticalLayout()
VerticalLayout
public VerticalLayout(int gap)
getGap
public int getGap()
setGap
public void setGap(int gap)
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
java.awt.Component c)
- Specified by:
addLayoutComponent
in interface java.awt.LayoutManager
layoutContainer
public void layoutContainer(java.awt.Container parent)
- Specified by:
layoutContainer
in interface java.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
- Specified by:
minimumLayoutSize
in interface java.awt.LayoutManager
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
- Specified by:
preferredLayoutSize
in interface java.awt.LayoutManager
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component c)
- Specified by:
removeLayoutComponent
in interface java.awt.LayoutManager