|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.RoleLayout
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
RoleLayout(JGrab grab,
javax.swing.JComponent adornmentComponent,
javax.swing.JComponent roleComponent,
javax.swing.JComponent cardComponent)
Constructor for class RoleLayout |
Method Summary | |
void |
addLayoutComponent(java.awt.Component comp,
java.lang.Object constraints)
Access method for an one to n association. |
void |
addLayoutComponent(java.lang.String name,
java.awt.Component comp)
Access method for an one to n association. |
protected java.awt.Dimension |
calculateSize(java.awt.Container parent,
java.awt.Dimension adornDim,
java.awt.Dimension roleDim,
java.awt.Dimension cardDim)
No comment provided by developer, please add a comment to improve documentation. |
javax.swing.JComponent |
getAdornmentComponent()
Get the adornmentComponent attribute of the RoleLayout object |
javax.swing.JComponent |
getCardComponent()
Get the cardComponent attribute of the RoleLayout object |
JGrab |
getGrab()
Get the grab attribute of the RoleLayout object |
float |
getLayoutAlignmentX(java.awt.Container target)
Get the layoutAlignmentX attribute of the RoleLayout object |
float |
getLayoutAlignmentY(java.awt.Container target)
Get the layoutAlignmentY attribute of the RoleLayout object |
javax.swing.JComponent |
getRoleComponent()
Get the roleComponent attribute of the RoleLayout object |
void |
invalidateLayout(java.awt.Container target)
No comment provided by developer, please add a comment to improve documentation. |
void |
layoutContainer(java.awt.Container parent)
Instructs the layout manager to perform the layout for the specified container. |
java.awt.Dimension |
maximumLayoutSize(java.awt.Container parent)
Returns the maximum amount of space the layout can use. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container parent)
Returns the minimum amount of space the layout needs. |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container parent)
Returns the amount of space the layout would like to have. |
void |
removeLayoutComponent(java.awt.Component comp)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
setAdornmentComponent(javax.swing.JComponent value)
Sets the adornmentComponent attribute of the RoleLayout object |
boolean |
setCardComponent(javax.swing.JComponent value)
Sets the cardComponent attribute of the RoleLayout object |
boolean |
setGrab(JGrab value)
Sets the grab attribute of the RoleLayout object |
boolean |
setRoleComponent(javax.swing.JComponent value)
Sets the roleComponent attribute of the RoleLayout object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RoleLayout(JGrab grab, javax.swing.JComponent adornmentComponent, javax.swing.JComponent roleComponent, javax.swing.JComponent cardComponent)
grab
- No description providedadornmentComponent
- No description providedroleComponent
- No description providedcardComponent
- No description providedMethod Detail |
public boolean setCardComponent(javax.swing.JComponent value)
value
- The new cardComponent value
public javax.swing.JComponent getCardComponent()
public boolean setRoleComponent(javax.swing.JComponent value)
value
- The new roleComponent value
public javax.swing.JComponent getRoleComponent()
public boolean setAdornmentComponent(javax.swing.JComponent value)
value
- The new adornmentComponent value
public javax.swing.JComponent getAdornmentComponent()
public boolean setGrab(JGrab value)
value
- The new grab value
public JGrab getGrab()
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize
in interface java.awt.LayoutManager
parent
- the Container for which this layout manager is being used
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize
in interface java.awt.LayoutManager
parent
- the Container for which this layout manager is being used
public java.awt.Dimension maximumLayoutSize(java.awt.Container parent)
maximumLayoutSize
in interface java.awt.LayoutManager2
parent
- No description provided
protected java.awt.Dimension calculateSize(java.awt.Container parent, java.awt.Dimension adornDim, java.awt.Dimension roleDim, java.awt.Dimension cardDim)
parent
- No description providedadornDim
- No description providedroleDim
- No description providedcardDim
- No description provided
public void layoutContainer(java.awt.Container parent)
layoutContainer
in interface java.awt.LayoutManager
parent
- No description providedpublic 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 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 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 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 |