|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Widget | |
---|---|
sdljavax.gui |
Uses of Widget in sdljavax.gui |
---|
Subclasses of Widget in sdljavax.gui | |
---|---|
class |
Button
Describe class Button here. |
class |
Container
A Container is a Widget that can contain other Widgets. |
class |
ListBox
Describe class ListBox here. |
class |
Window
|
Fields in sdljavax.gui declared as Widget | |
---|---|
(package private) static Widget |
GUI.focus
Currently focused window. |
protected Widget |
Container.mouseFocus
|
Methods in sdljavax.gui with parameters of type Widget | |
---|---|
void |
Container.add(int index,
Widget w)
|
void |
Container.add(Widget w)
|
static void |
GUI.init(SDLSurface f,
GL glContext,
Widget initialWindow)
Describe init method here. |
void |
Container.remove(Widget w)
|
void |
Container.setMouseFocus(Widget w)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |