de.uni_paderborn.fujaba.fsa.swing
Class NoLayout

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.swing.NoLayout
All Implemented Interfaces:
java.awt.LayoutManager
Direct Known Subclasses:
DecoratorLayout, ResizeableLayout

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

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

Version:
$Revision: 1.20 $
Author:
$Author: lowende $

Constructor Summary
NoLayout()
          Constructor for class NoLayout
NoLayout(boolean rePos)
          Constructor for class NoLayout
NoLayout(boolean calc, boolean rePos)
          Constructor for class NoLayout
 
Method Summary
 void addLayoutComponent(java.lang.String name, java.awt.Component comp)
          Access method for an one to n association.
 boolean isCalcSelfRepositioning()
          Get the calcSelfRepositioning attribute of the NoLayout object
 boolean isSelfRepositioning()
          Get the selfRepositioning attribute of the NoLayout object
 void layoutContainer(java.awt.Container parent)
          No comment provided by developer, please add a comment to improve documentation.
 java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
          No comment provided by developer, please add a comment to improve documentation.
 java.awt.Rectangle preferredLayoutBounds(java.awt.Container parent)
          UMLMethod: '+ preferredLayoutBounds (parent : Container) : Rectangle'
 java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
          UMLMethod: '+ preferredLayoutSize (parent : Container) : Dimension'
 void removeLayoutComponent(java.awt.Component comp)
          No comment provided by developer, please add a comment to improve documentation.
 void setCalcSelfRepositioning(boolean replace)
          Sets the calcSelfRepositioning attribute of the NoLayout object
 void setSelfRepositioning(boolean replace)
          Sets the selfRepositioning attribute of the NoLayout object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoLayout

public NoLayout()
Constructor for class NoLayout


NoLayout

public NoLayout(boolean rePos)
Constructor for class NoLayout

Parameters:
rePos - No description provided

NoLayout

public NoLayout(boolean calc,
                boolean rePos)
Constructor for class NoLayout

Parameters:
calc - No description provided
rePos - No description provided
Method Detail

setSelfRepositioning

public void setSelfRepositioning(boolean replace)
Sets the selfRepositioning attribute of the NoLayout object

Parameters:
replace - The new selfRepositioning value

isSelfRepositioning

public boolean isSelfRepositioning()
Get the selfRepositioning attribute of the NoLayout object

Returns:
The selfRepositioning value

setCalcSelfRepositioning

public void setCalcSelfRepositioning(boolean replace)
Sets the calcSelfRepositioning attribute of the NoLayout object

Parameters:
replace - The new calcSelfRepositioning value

isCalcSelfRepositioning

public boolean isCalcSelfRepositioning()
Get the calcSelfRepositioning attribute of the NoLayout object

Returns:
The calcSelfRepositioning value

addLayoutComponent

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

Specified by:
addLayoutComponent in interface java.awt.LayoutManager
Parameters:
name - The object added.
comp - The object added.

removeLayoutComponent

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

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

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
UMLMethod: '+ preferredLayoutSize (parent : Container) : Dimension'

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

preferredLayoutBounds

public java.awt.Rectangle preferredLayoutBounds(java.awt.Container parent)
UMLMethod: '+ preferredLayoutBounds (parent : Container) : Rectangle'

Parameters:
parent - No description provided
Returns:
No description provided

minimumLayoutSize

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

Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
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
Parameters:
parent - No description provided