de.kawt
Class SimpleGridBagLayout

java.lang.Object
  |
  +--de.kawt.SimpleGridBagLayout
All Implemented Interfaces:
LayoutManager

public class SimpleGridBagLayout
extends java.lang.Object
implements LayoutManager


Constructor Summary
SimpleGridBagLayout()
           
 
Method Summary
 void addLayoutComponent(java.lang.String constraints, Component component)
           
 void layoutContainer(Container container)
           
 Dimension minimumLayoutSize(Container container)
           
 Dimension preferredLayoutSize(Container container)
           
 void removeLayoutComponent(Component component)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleGridBagLayout

public SimpleGridBagLayout()
Method Detail

addLayoutComponent

public void addLayoutComponent(java.lang.String constraints,
                               Component component)
Specified by:
addLayoutComponent in interface LayoutManager

layoutContainer

public void layoutContainer(Container container)
Specified by:
layoutContainer in interface LayoutManager

removeLayoutComponent

public void removeLayoutComponent(Component component)
Specified by:
removeLayoutComponent in interface LayoutManager

preferredLayoutSize

public Dimension preferredLayoutSize(Container container)

minimumLayoutSize

public Dimension minimumLayoutSize(Container container)
Specified by:
minimumLayoutSize in interface LayoutManager