com.partnersoft.gui
Class StretchAndStackLayout
java.lang.Object
com.partnersoft.gui.StretchAndStackLayout
- All Implemented Interfaces:
- java.awt.LayoutManager
public class StretchAndStackLayout
- extends java.lang.Object
- implements java.awt.LayoutManager
A trivial layout manager designed for LayeredPanes containing stacked
components. Stretches every component to the same extents as the container.
- Author:
- Paul Reavis Copyright 1999 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StretchAndStackLayout
public StretchAndStackLayout()
StretchAndStackLayout
public StretchAndStackLayout(boolean ignoreChildren)
addLayoutComponent
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
- Specified by:
addLayoutComponent in interface java.awt.LayoutManager
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component comp)
- Specified by:
removeLayoutComponent in interface java.awt.LayoutManager
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
- Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
- Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
layoutContainer
public void layoutContainer(java.awt.Container parent)
- Specified by:
layoutContainer in interface java.awt.LayoutManager