JavaView® v2.00.008

jv.object
Class PsStackLayout

java.lang.Object
  |
  +--jv.object.PsStackLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable

public final class PsStackLayout
extends java.lang.Object
implements java.awt.LayoutManager, java.io.Serializable

Layout manager to place components below the previous components similar to a stack. Each component fills a horizontal line.

Version:
02.01.99, 1.00 created (kp)
Author:
Konrad Polthier
See Also:
Serialized Form

Constructor Summary
PsStackLayout(int vgap)
           
 
Method Summary
 void addLayoutComponent(java.lang.String name, java.awt.Component comp)
           
 void layoutContainer(java.awt.Container parent)
           
 java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
           
 java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
           
 void removeLayoutComponent(java.awt.Component comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsStackLayout

public PsStackLayout(int vgap)
Method Detail

addLayoutComponent

public void addLayoutComponent(java.lang.String name,
                               java.awt.Component comp)
Specified by:
addLayoutComponent in interface java.awt.LayoutManager

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
Specified by:
preferredLayoutSize in interface java.awt.LayoutManager

layoutContainer

public void layoutContainer(java.awt.Container parent)
Specified by:
layoutContainer in interface java.awt.LayoutManager

minimumLayoutSize

public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
Specified by:
minimumLayoutSize in interface java.awt.LayoutManager

removeLayoutComponent

public void removeLayoutComponent(java.awt.Component comp)
Specified by:
removeLayoutComponent in interface java.awt.LayoutManager

JavaView® v2.00.008

The software JavaView® is copyright protected. All Rights Reserved.