|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.viewer.lightweight.util.FlowLayout
The flow layout gets the targets required width, and layouts its components across the container, wrapping onto the next row when necessary.
| Constructor Summary | |
FlowLayout(int maxWidth,
int minHeight)
|
|
| Method Summary | |
void |
layout(LayoutTarget target)
|
Size |
requiredSize(LayoutTarget target)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FlowLayout(int maxWidth,
int minHeight)
| Method Detail |
public void layout(LayoutTarget target)
layout in interface Layoutpublic Size requiredSize(LayoutTarget target)
requiredSize in interface Layout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||