csli.util.swing
Class LayoutAdapter
java.lang.Object
csli.util.swing.LayoutAdapter
- All Implemented Interfaces:
- LayoutManager
public abstract class LayoutAdapter
- extends Object
- implements LayoutManager
Empty implementation of all methods for layout manager;
- Author:
- alexgru Dec 7, 2003 3:59:37 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutAdapter
public LayoutAdapter()
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent in interface LayoutManager
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer in interface LayoutManager
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Specified by:
addLayoutComponent in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize in interface LayoutManager