|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GTextContainer | |
---|---|
org.deken.game.component | Components package holds game components, which are striped down version of java components. |
Uses of GTextContainer in org.deken.game.component |
---|
Subclasses of GTextContainer in org.deken.game.component | |
---|---|
class |
GButton
Title: GButton |
class |
GLabel
Title: GLabel |
class |
GTextEntry
Title: GTextEntry |
class |
GToggleButton
Title: GToggleButton |
class |
GWindow.CloseButton
|
Methods in org.deken.game.component that return GTextContainer | |
---|---|
GTextContainer |
GMenu.getComponentByName(java.lang.String name)
|
Methods in org.deken.game.component that return types with arguments of type GTextContainer | |
---|---|
java.util.List<GTextContainer> |
GMenu.getMenuList()
|
Methods in org.deken.game.component with parameters of type GTextContainer | |
---|---|
void |
GMenu.add(GTextContainer gameTextContainer)
Add a GameTextContainer at the end of the list. |
void |
GMenu.add(GTextContainer gameTextContainer,
int index)
Add a GameTextContainer at the given index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |