|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
jme.geometry.hud |
Uses of Component in jme.geometry.hud |
Classes in jme.geometry.hud that implement Component | |
class |
AbstractComponent
AbstractComponent defines a base level of implementation of the
Component interface. |
class |
Button
Button |
class |
Frame
|
class |
Panel
Panel |
class |
Picker
|
class |
ProgressBar
|
class |
TextPanel
TextPanel |
Methods in jme.geometry.hud with parameters of type Component | |
void |
AbstractComponent.add(Component subComponent)
add places the subcomponent in the array list
of children. |
void |
AbstractComponent.remove(Component subComponent)
remove removes thes specified subComponent from
this component. |
void |
Component.add(Component subComponent)
add adds a specified component as a child of this component. |
void |
Component.remove(Component subComponent)
remove subtracts the specified component from the list of
children. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |