|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXuluxLayout
The Xulux Layout interface. If you want to make a layoutmanager available to xulux or make a specific xulux layoutmanager. Since layout is normally an internal gui layer process, mostly this will be used to make layoutmanagers xulux aware..
Method Summary | |
---|---|
void |
addWidget(IWidget widget)
Add a child widget to layout |
void |
destroy()
Destroy the layout manager and it's resources |
IWidget |
getParent()
Get the parent widget |
void |
removeWidget(IWidget widget)
Removes a widget from the layout. |
void |
setParent(IWidget widget)
Set the parent widget |
Method Detail |
---|
void setParent(IWidget widget)
widget
- the parent widgetIWidget getParent()
void addWidget(IWidget widget)
widget
- the child widgetvoid removeWidget(IWidget widget)
widget
- the widgetvoid destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |