|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.objectwave.viewUtility.FunLayout
| Constructor Summary | |
FunLayout()
|
|
| Method Summary | |
void |
addLayoutComponent(java.lang.String name,
java.awt.Component c)
|
void |
heightChanges(java.awt.Component comp)
When the window containing the given component is stretched to a larger height, the given component will grow taller (and shorter when the window is shortened). |
void |
layoutContainer(java.awt.Container con)
|
java.awt.Dimension |
minimumLayoutSize(java.awt.Container target)
|
void |
movesDown(java.awt.Component comp)
When the window containing the given component is stretched to a larger height, the given component will move down (and up when the window is shortened). |
void |
movesRight(java.awt.Component comp)
When the window containing the given component is widened, the component will move right (and left when the window is shrunk). |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container con)
|
void |
removeLayoutComponent(java.awt.Component c)
|
void |
widthChanges(java.awt.Component comp)
When the window containing the given component is widened, the component will grow wider (and smaller when the window is shrunk). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FunLayout()
| Method Detail |
public void addLayoutComponent(java.lang.String name,
java.awt.Component c)
addLayoutComponent in interface java.awt.LayoutManagerpublic void heightChanges(java.awt.Component comp)
comp - the target Componentpublic void layoutContainer(java.awt.Container con)
layoutContainer in interface java.awt.LayoutManagerpublic java.awt.Dimension minimumLayoutSize(java.awt.Container target)
minimumLayoutSize in interface java.awt.LayoutManagerpublic void movesDown(java.awt.Component comp)
comp - the target Componentpublic void movesRight(java.awt.Component comp)
comp - the target Componentpublic java.awt.Dimension preferredLayoutSize(java.awt.Container con)
preferredLayoutSize in interface java.awt.LayoutManagerpublic void removeLayoutComponent(java.awt.Component c)
removeLayoutComponent in interface java.awt.LayoutManagerpublic void widthChanges(java.awt.Component comp)
comp - the target Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||