|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.NoLayout
No comment provided by developer, please add a comment to improve documentation.
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 |
public NoLayout()
public NoLayout(boolean rePos)
rePos
- No description providedpublic NoLayout(boolean calc, boolean rePos)
calc
- No description providedrePos
- No description providedMethod Detail |
public void setSelfRepositioning(boolean replace)
replace
- The new selfRepositioning valuepublic boolean isSelfRepositioning()
public void setCalcSelfRepositioning(boolean replace)
replace
- The new calcSelfRepositioning valuepublic boolean isCalcSelfRepositioning()
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.Rectangle preferredLayoutBounds(java.awt.Container parent)
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 |