All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.gui.TileLayout

java.lang.Object
   |
   +----ejmf.toolkit.gui.TileLayout

public class TileLayout
extends Object
implements LayoutManager
A simple LayoutManager that tiles Components within a container. Components are laid out left-right, top-bottom. The height of each row is the max. height of all the Components in that row.

See Also:
LayoutManager

Constructor Index

 o TileLayout()

Method Index

 o addLayoutComponent(String, Component)
 o layoutContainer(Container)
 o minimumLayoutSize(Container)
 o preferredLayoutSize(Container)
 o removeLayoutComponent(Component)

Constructors

 o TileLayout
 public TileLayout()

Methods

 o addLayoutComponent
 public void addLayoutComponent(String name,
                                Component c)
 o removeLayoutComponent
 public void removeLayoutComponent(Component c)
 o layoutContainer
 public void layoutContainer(Container target)
 o minimumLayoutSize
 public Dimension minimumLayoutSize(Container target)
 o preferredLayoutSize
 public Dimension preferredLayoutSize(Container target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index