Uses of Class
com.jme.ui.UIObject

Packages that use UIObject
com.jme.input.action   
com.jme.ui   
 

Uses of UIObject in com.jme.input.action
 

Methods in com.jme.input.action with parameters of type UIObject
abstract  void UIInputAction.performAction(UIObject obj)
           
 

Uses of UIObject in com.jme.ui
 

Subclasses of UIObject in com.jme.ui
 class UIActiveObject
           
 class UIBillboard
          UIObject based class that displays an image on the screen in a Orthogonal way.
 class UIButton
          UIButton is a UIObject derived class that uses mouse input to change out the texture that is shown on the button
 class UICharacter
          UICharacter is used by UIText to create text strings on screen.
 class UICheck
          UIObject derrived object that adds another state beyond the UIButton, a checked state.
 class UIEditBox
          UIEditBox is a Node based aggrigation b/t a UIText and UIActiveArea
 class UIText
          A specialized Node that works like a UIObject and holds as many UICharacters as are needed to create a string on screen