com.samskivert.swing
Class HGroupLayout

java.lang.Object
  extended by com.samskivert.swing.GroupLayout
      extended by com.samskivert.swing.HGroupLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2

public class HGroupLayout
extends GroupLayout


Nested Class Summary
 
Nested classes/interfaces inherited from class com.samskivert.swing.GroupLayout
GroupLayout.Constraints, GroupLayout.Justification, GroupLayout.Policy
 
Field Summary
 
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
 
Constructor Summary
HGroupLayout()
           
HGroupLayout(GroupLayout.Policy policy)
           
HGroupLayout(GroupLayout.Policy policy, GroupLayout.Justification justification)
           
HGroupLayout(GroupLayout.Policy policy, GroupLayout.Policy offpolicy, int gap, GroupLayout.Justification justification)
           
HGroupLayout(GroupLayout.Policy policy, int gap, GroupLayout.Justification justification)
           
 
Method Summary
protected  Dimension getLayoutSize(Container parent, int type)
           
 void layoutContainer(Container parent)
           
 
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
 

Constructor Detail

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()
Method Detail

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.