Class awt.RowLayout
All Packages    This Package    Previous    Next

Class awt.RowLayout

java.lang.Object
   |
   +----awt.ContainerLayout
           |
           +----awt.GapsLayout
                   |
                   +----awt.RowLayout

public class RowLayout
extends GapsLayout

RowLayout(boolean)

getPreferredSize(Container)
Return the preferred size of this layout given the size of pTarget.
layout(Container)
Layout the target container.
minDimension(Container)
Minimum Dimension

RowLayout
  public RowLayout(boolean centered)

minDimension
  public Dimension minDimension(Container pTarget)
Minimum Dimension
Overrides:
minDimension in class ContainerLayout

getPreferredSize

  public Dimension getPreferredSize(Container pTarget)
Return the preferred size of this layout given the size of pTarget.
Overrides:
getPreferredSize in class ContainerLayout

layout

  public void layout(Container pTarget)
Layout the target container.
Overrides:
layout in class ContainerLayout


All Packages    This Package    Previous    Next