All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.awt.RowLayout

java.lang.Object
   |
   +----benno.awt.RowLayout

public final class RowLayout
extends Object
implements LayoutManager
To-do: deal with insets minimum size


Constructor Index

 o RowLayout()

Method Index

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

Constructors

 o RowLayout
 public RowLayout()

Methods

 o addLayoutComponent
 public void addLayoutComponent(String name,
                                Component comp)
 o layoutContainer
 public void layoutContainer(Container parent)
 o minimumLayoutSize
 public Dimension minimumLayoutSize(Container parent)
not properly implemented

 o preferredLayoutSize
 public Dimension preferredLayoutSize(Container parent)
 o removeLayoutComponent
 public void removeLayoutComponent(Component comp)

All Packages  Class Hierarchy  This Package  Previous  Next  Index