|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContainerWidgetHandler
| Method Summary | |
|---|---|
void |
addChildWidget(IWidget widget)
|
void |
addToParent(IWidget widget)
Adds a childwidget to the parent |
boolean |
canBeRootWidget()
|
boolean |
canContainChildren()
|
void |
destroy()
You probably have to override this, since it only destroys the children and doesn't cleanup the parent object, since it doesn't know about it. |
void |
destroyChildren()
Destroys all children. |
java.util.List |
getChildWidgets()
|
void |
initializeChildren()
|
| Method Detail |
|---|
void addChildWidget(IWidget widget)
org.xulux.nyx.gui.Widget#addChildWidget(Widget)boolean canBeRootWidget()
org.xulux.nyx.gui.Widget#canBeRootWidget()boolean canContainChildren()
org.xulux.nyx.gui.Widget#canContainChildren()java.util.List getChildWidgets()
org.xulux.nyx.gui.Widget#getChildWidgets()void initializeChildren()
org.xulux.nyx.gui.Widget#initialize()void addToParent(IWidget widget)
widget - - the child widgetvoid destroy()
org.xulux.gui.Widget#destroy()void destroyChildren()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||