|
|||||||||||
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
de.uni_paderborn.fujaba.fsa.swing.DecoratorLayout
Layout that gets the preferred position of the component from registerred Constraints-Objects. Everything else is equal to NoLayout UMLClass: 'DecoratorLayout'
Nested Class Summary | |
static interface |
DecoratorLayout.Constraints
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
DecoratorLayout()
Constructor for class DecoratorLayout |
|
DecoratorLayout(boolean repos)
Constructor for class DecoratorLayout |
|
DecoratorLayout(boolean calc,
boolean repos)
Constructor for class DecoratorLayout |
Method Summary | |
void |
addLayoutComponent(java.awt.Component comp,
java.lang.Object constraints)
UMLMethod: '+ addLayoutComponent (comp : Component;constraints : Object) : Void' |
void |
addLayoutComponent(java.lang.String name,
java.awt.Component comp)
Access method for an one to n association. |
void |
addToLayoutComponents(java.awt.Component value,
DecoratorLayout.Constraints constraints)
Access method for an one to n association. |
void |
addToLayoutComponents(java.util.Map.Entry entry)
Access method for an one to n association. |
java.util.Iterator |
constraintsOfLayoutComponents()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
entriesOfLayoutComponents()
No comment provided by developer, please add a comment to improve documentation. |
DecoratorLayout.Constraints |
getConstraintsFromLayoutComponents(java.awt.Component comp)
Get the constraintsFromLayoutComponents attribute of the DecoratorLayout object |
float |
getLayoutAlignmentX(java.awt.Container target)
UMLMethod: '+ getLayoutAlignmentX (target : Container) : Float' |
float |
getLayoutAlignmentY(java.awt.Container target)
UMLMethod: '+ getLayoutAlignmentY (target : Container) : Float' |
boolean |
hasInLayoutComponents(java.awt.Component value)
No comment provided by developer, please add a comment to improve documentation. |
void |
invalidateLayout(java.awt.Container target)
UMLMethod: '+ invalidateLayout (target : Container) : Void' |
java.util.Iterator |
iteratorOfLayoutComponents()
No comment provided by developer, please add a comment to improve documentation. |
void |
layoutContainer(java.awt.Container parent)
UMLMethod: '+ layoutContainer (parent : Container) : Void' |
java.awt.Dimension |
maximumLayoutSize(java.awt.Container target)
UMLMethod: '+ maximumLayoutSize (target : Container) : Dimension' |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container parent)
UMLMethod: '+ minimumLayoutSize (parent : Container) : Dimension' |
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 |
removeAllFromLayoutComponents()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeFromLayoutComponents(java.awt.Component value)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeLayoutComponent(java.awt.Component comp)
UMLMethod: '+ removeLayoutComponent (comp : Component) : Void' |
int |
sizeOfLayoutComponents()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.NoLayout |
isCalcSelfRepositioning, isSelfRepositioning, setCalcSelfRepositioning, setSelfRepositioning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DecoratorLayout()
public DecoratorLayout(boolean repos)
repos
- No description providedpublic DecoratorLayout(boolean calc, boolean repos)
calc
- No description providedrepos
- No description providedMethod Detail |
public boolean hasInLayoutComponents(java.awt.Component value)
value
- No description provided
public java.util.Iterator iteratorOfLayoutComponents()
public java.util.Iterator constraintsOfLayoutComponents()
public java.util.Iterator entriesOfLayoutComponents()
public int sizeOfLayoutComponents()
public DecoratorLayout.Constraints getConstraintsFromLayoutComponents(java.awt.Component comp)
comp
- No description provided
public void addToLayoutComponents(java.awt.Component value, DecoratorLayout.Constraints constraints)
value
- The object added.constraints
- The object added.public void addToLayoutComponents(java.util.Map.Entry entry)
entry
- The object added.public void removeFromLayoutComponents(java.awt.Component value)
value
- No description providedpublic void removeAllFromLayoutComponents()
public void addLayoutComponent(java.lang.String name, java.awt.Component comp)
addLayoutComponent(Component, Object)
.
NoLayout
addLayoutComponent
in interface java.awt.LayoutManager
addLayoutComponent
in class NoLayout
name
- The object added.comp
- The object added.public void addLayoutComponent(java.awt.Component comp, java.lang.Object constraints)
addLayoutComponent
in interface java.awt.LayoutManager2
comp
- The object added.constraints
- The object added.public void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent
in interface java.awt.LayoutManager
removeLayoutComponent
in class NoLayout
comp
- No description providedpublic java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize
in interface java.awt.LayoutManager
preferredLayoutSize
in class NoLayout
parent
- No description provided
public java.awt.Rectangle preferredLayoutBounds(java.awt.Container parent)
preferredLayoutBounds
in class NoLayout
parent
- No description provided
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize
in interface java.awt.LayoutManager
minimumLayoutSize
in class NoLayout
parent
- No description provided
public java.awt.Dimension maximumLayoutSize(java.awt.Container target)
maximumLayoutSize
in interface java.awt.LayoutManager2
target
- No description provided
public float getLayoutAlignmentX(java.awt.Container target)
getLayoutAlignmentX
in interface java.awt.LayoutManager2
target
- No description provided
public float getLayoutAlignmentY(java.awt.Container target)
getLayoutAlignmentY
in interface java.awt.LayoutManager2
target
- No description provided
public void layoutContainer(java.awt.Container parent)
layoutContainer
in interface java.awt.LayoutManager
layoutContainer
in class NoLayout
parent
- No description providedpublic void invalidateLayout(java.awt.Container target)
invalidateLayout
in interface java.awt.LayoutManager2
target
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |