com.incrediblesoft.redjey.layouts
Interface Layout

All Known Implementing Classes:
ColumnLayout, GridLayout, RowLayout

public interface Layout


Method Summary
 void layoutContainer(Container parent)
          Lays out the specified container.
 Dimension preferredLayoutSize(Container parent)
          Calculates the preferred size dimensions for the specified container, given the components it contains.
 

Method Detail

layoutContainer

void layoutContainer(Container parent)
Lays out the specified container.

Parameters:
parent - the container to be laid out

preferredLayoutSize

Dimension preferredLayoutSize(Container parent)
Calculates the preferred size dimensions for the specified container, given the components it contains.

Parameters:
parent - the container to be laid out