|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.LifeLineLayout
$Id: LifeLineLayout.java,v 1.8 2004/10/20 17:49:47 schneider Exp $ This LayoutManager layouts the components in a column or a row without changing their sizes. This LayoutManager was written as an replacement for the GridLayout with one row or one column.
Constructor Summary | |
LifeLineLayout()
Constructor for class LifeLineLayout |
Method Summary | |
void |
addLayoutComponent(java.lang.String name,
java.awt.Component comp)
Access method for an one to n association. |
void |
layoutContainer(java.awt.Container parent)
This method moves the objects to their places and set the sizes they prefer. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container parent)
The minimumLayout Size is for this LayoutManager the same as the preferredLayoutSize. |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container parent)
This method calculates the preferredSize of the Container. |
void |
removeLayoutComponent(java.awt.Component comp)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LifeLineLayout()
Method Detail |
public void addLayoutComponent(java.lang.String name, java.awt.Component comp)
addLayoutComponent
in interface java.awt.LayoutManager
name
- The object added.comp
- The object added.public void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent
in interface java.awt.LayoutManager
comp
- No description providedpublic java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize
in interface java.awt.LayoutManager
parent
- No description provided
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize
in interface java.awt.LayoutManager
parent
- No description provided
public void layoutContainer(java.awt.Container parent)
layoutContainer
in interface java.awt.LayoutManager
parent
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |