|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kalmeo.kuix.layout.TableLayout
public class TableLayout
Field Summary | |
---|---|
static TableLayout |
instance
|
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 static final TableLayout instance
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 |