de.uni_paderborn.fujaba.app
Class PanelColumnLayout

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.PanelColumnLayout
All Implemented Interfaces:
java.awt.LayoutManager

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

A column layout manager for JPanels.

Version:
$Revision: 1.10 $
Author:
$Author: schneider $

Constructor Summary
PanelColumnLayout()
           
 
Method Summary
 void addLayoutComponent(java.lang.String s, java.awt.Component c)
          Access method for an one to n association.
 void layoutContainer(java.awt.Container c)
          No comment provided by developer, please add a comment to improve documentation.
 java.awt.Dimension minimumLayoutSize(java.awt.Container c)
          No comment provided by developer, please add a comment to improve documentation.
 java.awt.Dimension preferredLayoutSize(java.awt.Container c)
          No comment provided by developer, please add a comment to improve documentation.
 void removeLayoutComponent(java.awt.Component c)
          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

PanelColumnLayout

public PanelColumnLayout()
Method Detail

addLayoutComponent

public void addLayoutComponent(java.lang.String s,
                               java.awt.Component c)
Access method for an one to n association.

Specified by:
addLayoutComponent in interface java.awt.LayoutManager
Parameters:
s - The object added.
c - The object added.

layoutContainer

public void layoutContainer(java.awt.Container c)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
layoutContainer in interface java.awt.LayoutManager
Parameters:
c - No description provided

minimumLayoutSize

public java.awt.Dimension minimumLayoutSize(java.awt.Container c)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
Parameters:
c - No description provided
Returns:
No description provided

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container c)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
Parameters:
c - No description provided
Returns:
No description provided

removeLayoutComponent

public void removeLayoutComponent(java.awt.Component c)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
removeLayoutComponent in interface java.awt.LayoutManager
Parameters:
c - No description provided