sdljavax.gui
public abstract class Container extends Widget
Version: $Id: Container.java,v 1.3 2005/02/10 04:20:18 ivan_ganza Exp $
| Field Summary | |
|---|---|
| protected List | children |
| protected Widget | mouseFocus |
| protected SDLRect | screenDimensions |
| Constructor Summary | |
|---|---|
| Container(GL gl, String name, SDLRect rect, SDLRect screenDimensions) | |
| Method Summary | |
|---|---|
| void | add(Widget w) |
| void | add(int index, Widget w) |
| void | draw(GL gl) |
| void | handleEvent(SDLEvent event) |
| void | remove(Widget w) |
| void | setMouseFocus(Widget w) |