|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kalmeo.kuix.layout.BorderLayout
public class BorderLayout
| Field Summary | |
|---|---|
static BorderLayout |
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 BorderLayout instance
| Method Detail |
|---|
public void measurePreferredSize(Widget target,
int preferredWidth,
Metrics metrics)
LayoutMetrics that represents the widget's preferedSize
measurePreferredSize in interface Layouttarget - The target widgetpublic void doLayout(Widget target)
LayoutWidget
doLayout in interface Layouttarget - The target widget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||