|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.JDiagramRootPane.DefaultLayout
A custom layout manager that is responsible for the layout of contentPane and glassPane.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
| Constructor Summary | |
protected |
JDiagramRootPane.DefaultLayout()
|
| 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. |
float |
getLayoutAlignmentX(java.awt.Container target)
Get the layoutAlignmentX attribute of the DefaultLayout object |
float |
getLayoutAlignmentY(java.awt.Container target)
Get the layoutAlignmentY attribute of the DefaultLayout 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected JDiagramRootPane.DefaultLayout()
| Method Detail |
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize in interface java.awt.LayoutManagerparent - the Container for which this layout manager is being used
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize in interface java.awt.LayoutManagerparent - the Container for which this layout manager is being used
public java.awt.Dimension maximumLayoutSize(java.awt.Container parent)
maximumLayoutSize in interface java.awt.LayoutManager2parent - No description provided
public void layoutContainer(java.awt.Container parent)
layoutContainer in interface java.awt.LayoutManagerparent - No description provided
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
addLayoutComponent in interface java.awt.LayoutManagername - The object added.comp - The object added.public void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent in interface java.awt.LayoutManagercomp - No description provided
public void addLayoutComponent(java.awt.Component comp,
java.lang.Object constraints)
addLayoutComponent in interface java.awt.LayoutManager2comp - The object added.constraints - The object added.public float getLayoutAlignmentX(java.awt.Container target)
getLayoutAlignmentX in interface java.awt.LayoutManager2target - No description provided
public float getLayoutAlignmentY(java.awt.Container target)
getLayoutAlignmentY in interface java.awt.LayoutManager2target - No description provided
public void invalidateLayout(java.awt.Container target)
invalidateLayout in interface java.awt.LayoutManager2target - No description provided
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||