de.kawt
Class SimpleGridBagLayout
java.lang.Object
|
+--de.kawt.SimpleGridBagLayout
- All Implemented Interfaces:
- LayoutManager
- public class SimpleGridBagLayout
- extends java.lang.Object
- implements LayoutManager
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleGridBagLayout
public SimpleGridBagLayout()
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