org.telscenter.pas.navigation
Class VerticalFlowLayout

java.lang.Object
  extended by org.telscenter.pas.navigation.VerticalFlowLayout
All Implemented Interfaces:
java.awt.LayoutManager

public class VerticalFlowLayout
extends java.lang.Object
implements java.awt.LayoutManager

Insert the type's description here. Creation date: (3/30/2000 4:10:35 PM)


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

Constructor Detail

VerticalFlowLayout

public VerticalFlowLayout()
VerticalFlowLayout constructor comment.


VerticalFlowLayout

public VerticalFlowLayout(int vgap)
VerticalFlowLayout constructor comment.

Method Detail

addLayoutComponent

public void addLayoutComponent(java.lang.String name,
                               java.awt.Component comp)
addLayoutComponent method comment.

Specified by:
addLayoutComponent in interface java.awt.LayoutManager

layoutContainer

public void layoutContainer(java.awt.Container parent)
layoutContainer method comment.

Specified by:
layoutContainer in interface java.awt.LayoutManager

minimumLayoutSize

public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize method comment.

Specified by:
minimumLayoutSize in interface java.awt.LayoutManager

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize method comment.

Specified by:
preferredLayoutSize in interface java.awt.LayoutManager

removeLayoutComponent

public void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent method comment.

Specified by:
removeLayoutComponent in interface java.awt.LayoutManager


Copyright © 2004-2008 TELS Center. All Rights Reserved.