com.jaxfront.swing.ui.layout
Class ListLayout
java.lang.Object
com.jaxfront.swing.ui.layout.ListLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
public class ListLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
Simple LayoutManager which adds the component in a vertical order including a
predefined space.
- Version:
- 1.60
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
ListLayout
public ListLayout()
ListLayout
public ListLayout(int space)
ListLayout
public ListLayout(int space,
int orientation)
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
- 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 comp)
- Specified by:
removeLayoutComponent
in interface java.awt.LayoutManager
setOrientation
public void setOrientation(int _orientation)
getOrientation
public int getOrientation()