com.samskivert.swing
Class HGroupLayout
java.lang.Object
com.samskivert.swing.GroupLayout
com.samskivert.swing.HGroupLayout
- All Implemented Interfaces:
- LayoutManager, LayoutManager2
public class HGroupLayout
- extends GroupLayout
| Fields inherited from class com.samskivert.swing.GroupLayout |
_constraints, _gap, _justification, _offjust, _offpolicy, _policy, BOTTOM, CENTER, CONSTRAIN, DEFAULT_CONSTRAINTS, DEFAULT_GAP, EQUALIZE, FIXED, LEFT, MAXIMUM, MINIMUM, NONE, PREFERRED, RIGHT, STRETCH, TOP |
| Methods inherited from class com.samskivert.swing.GroupLayout |
addLayoutComponent, addLayoutComponent, computeDimens, getConstraints, getGap, getJustification, getLayoutAlignmentX, getLayoutAlignmentY, getOffAxisJustification, getOffAxisPolicy, getPolicy, invalidateLayout, makeButtonBox, makeButtonBox, makeHBox, makeHBox, makeHBox, makeHBox, makeHStretchBox, makeVBox, makeVBox, makeVBox, makeVBox, makeVStretchBox, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setGap, setJustification, setOffAxisJustification, setOffAxisPolicy, setPolicy |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HGroupLayout
public HGroupLayout(GroupLayout.Policy policy,
GroupLayout.Policy offpolicy,
int gap,
GroupLayout.Justification justification)
HGroupLayout
public HGroupLayout(GroupLayout.Policy policy,
int gap,
GroupLayout.Justification justification)
HGroupLayout
public HGroupLayout(GroupLayout.Policy policy,
GroupLayout.Justification justification)
HGroupLayout
public HGroupLayout(GroupLayout.Policy policy)
HGroupLayout
public HGroupLayout()
getLayoutSize
protected Dimension getLayoutSize(Container parent,
int type)
- Specified by:
getLayoutSize in class GroupLayout
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer in interface LayoutManager- Specified by:
layoutContainer in class GroupLayout
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.