public class SingleLayout
extends java.awt.GridBagLayout
implements javax.swing.SwingConstants
| Constructor and Description |
|---|
SingleLayout() |
SingleLayout(java.lang.String stretch,
java.lang.String anchor)
Create a new SingleLayout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLayoutComponent(java.awt.Component comp,
java.lang.Object throwaway) |
static javax.swing.JPanel |
createWrapperPanel(javax.swing.JComponent component,
java.lang.String stretch,
java.lang.String anchor) |
addLayoutComponent, adjustForGravity, AdjustForGravity, arrangeGrid, ArrangeGrid, getConstraints, getLayoutAlignmentX, getLayoutAlignmentY, getLayoutDimensions, getLayoutInfo, GetLayoutInfo, getLayoutOrigin, getLayoutWeights, getMinSize, GetMinSize, invalidateLayout, layoutContainer, location, lookupConstraints, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setConstraints, toStringpublic SingleLayout()
public SingleLayout(java.lang.String stretch,
java.lang.String anchor)
public static javax.swing.JPanel createWrapperPanel(javax.swing.JComponent component,
java.lang.String stretch,
java.lang.String anchor)
public void addLayoutComponent(java.awt.Component comp,
java.lang.Object throwaway)
addLayoutComponent in interface java.awt.LayoutManager2addLayoutComponent in class java.awt.GridBagLayout