|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Layout
This class is responsible for layout and justification of children widgets of a widget where the layout is assigned. Built-in layouts could be created by LayoutFactory class.
Method Summary | |
---|---|
void |
justify(Widget widget)
Justify bounds of widget children based on a widget client area. |
void |
layout(Widget widget)
Resolve bounds of widget children based in their preferred locations and bounds. |
boolean |
requiresJustification(Widget widget)
Resolve whether a widget requires justification after whole scene layout. |
Method Detail |
---|
void layout(Widget widget)
widget
- the widgetboolean requiresJustification(Widget widget)
widget
- the widget
void justify(Widget widget)
widget
- the widget
|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |