|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kalmeo.kuix.layout.FlowLayout
public class FlowLayout
Field Summary | |
---|---|
Alignment |
alignment
|
Constructor Summary | |
---|---|
FlowLayout()
Construct a FlowLayout |
|
FlowLayout(Alignment alignment)
Construct a FlowLayout |
Method Summary | |
---|---|
void |
doLayout(Widget target)
Do the layout on the specified Widget |
void |
measurePreferredSize(Widget target,
int preferredWidth,
Metrics metrics)
Returns the Metrics that represents the widget's preferedSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Alignment alignment
Constructor Detail |
---|
public FlowLayout()
FlowLayout
public FlowLayout(Alignment alignment)
FlowLayout
alignment
- Method Detail |
---|
public void measurePreferredSize(Widget target, int preferredWidth, Metrics metrics)
Layout
Metrics
that represents the widget's preferedSize
measurePreferredSize
in interface Layout
target
- The target widgetpublic void doLayout(Widget target)
Layout
Widget
doLayout
in interface Layout
target
- The target widget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |