de.uni_paderborn.fujaba.fsa.swing
Class ResizeableLayout

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.swing.NoLayout
      extended byde.uni_paderborn.fujaba.fsa.swing.ResizeableLayout
All Implemented Interfaces:
java.awt.LayoutManager

public class ResizeableLayout
extends NoLayout
implements java.awt.LayoutManager

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.11 $
Author:
$Author: lowende $

Constructor Summary
ResizeableLayout()
          Constructor for class ResizeableLayout
 
Method Summary
 void layoutContainer(java.awt.Container parent)
          No comment provided by developer, please add a comment to improve documentation.
 java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.NoLayout
addLayoutComponent, isCalcSelfRepositioning, isSelfRepositioning, minimumLayoutSize, preferredLayoutBounds, removeLayoutComponent, setCalcSelfRepositioning, setSelfRepositioning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.LayoutManager
addLayoutComponent, minimumLayoutSize, removeLayoutComponent
 

Constructor Detail

ResizeableLayout

public ResizeableLayout()
Constructor for class ResizeableLayout

Method Detail

preferredLayoutSize

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

Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
Overrides:
preferredLayoutSize in class NoLayout
Parameters:
parent - No description provided
Returns:
No description provided

layoutContainer

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

Specified by:
layoutContainer in interface java.awt.LayoutManager
Overrides:
layoutContainer in class NoLayout
Parameters:
parent - No description provided