com.incrediblesoft.redjey.layouts
Class RowLayout

java.lang.Object
  extended by com.incrediblesoft.redjey.layouts.RowLayout
All Implemented Interfaces:
Layout

public class RowLayout
extends java.lang.Object
implements Layout


Constructor Summary
RowLayout()
           
 
Method Summary
 void layoutContainer(Container container)
          Lays out the specified container.
 Dimension preferredLayoutSize(Container container)
          Calculates the preferred size dimensions for the specified container, given the components it contains.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowLayout

public RowLayout()
Method Detail

layoutContainer

public void layoutContainer(Container container)
Description copied from interface: Layout
Lays out the specified container.

Specified by:
layoutContainer in interface Layout
Parameters:
container - the container to be laid out

preferredLayoutSize

public Dimension preferredLayoutSize(Container container)
Description copied from interface: Layout
Calculates the preferred size dimensions for the specified container, given the components it contains.

Specified by:
preferredLayoutSize in interface Layout
Parameters:
container - the container to be laid out