Class BoxLayoutVertical
java.lang.Object
javax.swing.BoxLayout
org.woehlke.computer.kurzweil.commons.layouts.BoxLayoutVertical
- All Implemented Interfaces:
java.awt.LayoutManager
,java.awt.LayoutManager2
,java.io.Serializable
public class BoxLayoutVertical
extends javax.swing.BoxLayout
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class javax.swing.BoxLayout
LINE_AXIS, PAGE_AXIS, X_AXIS, Y_AXIS
-
Constructor Summary
Constructors Constructor Description BoxLayoutVertical(java.awt.Container target)
Creates a layout manager that will lay out components along the given axis. -
Method Summary
Methods inherited from class javax.swing.BoxLayout
addLayoutComponent, addLayoutComponent, getAxis, getLayoutAlignmentX, getLayoutAlignmentY, getTarget, invalidateLayout, layoutContainer, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BoxLayoutVertical
public BoxLayoutVertical(java.awt.Container target)Creates a layout manager that will lay out components along the given axis.- Parameters:
target
- the container that needs to be laid out- Throws:
java.awt.AWTError
- if the value ofaxis
is invalid
-