com.jmex.bui.tests
Class LayoutTest

java.lang.Object
  extended by com.jme.app.AbstractGame
      extended by com.jme.app.BaseGame
          extended by com.jme.app.BaseSimpleGame
              extended by com.jme.app.SimpleGame
                  extended by com.jmex.bui.tests.BaseTest
                      extended by com.jmex.bui.tests.LayoutTest

public class LayoutTest
extends BaseTest

Tests random BUI bits.


Field Summary
protected  BTextField _input
           
protected  BTextArea _text
           
 
Fields inherited from class com.jmex.bui.tests.BaseTest
_root
 
Fields inherited from class com.jme.app.BaseSimpleGame
alphaBits, cam, depthBits, fontLocation, fps, fpsNode, input, lightState, pause, rootNode, samples, showBounds, showDepth, showNormals, stencilBits, tempBuffer, timer, tpf, updateBuffer, wireState
 
Fields inherited from class com.jme.app.AbstractGame
ALWAYS_SHOW_PROPS_DIALOG, display, finished, FIRSTRUN_OR_NOCONFIGFILE_SHOW_PROPS_DIALOG, NEVER_SHOW_PROPS_DIALOG, properties
 
Constructor Summary
LayoutTest()
           
 
Method Summary
protected  Node createGeometry()
           
protected  void createWindows(BRootNode root, BStyleSheet style)
           
static void main(String[] args)
           
 
Methods inherited from class com.jmex.bui.tests.BaseTest
simpleInitGame, simpleUpdate
 
Methods inherited from class com.jme.app.SimpleGame
doDebug, render, update
 
Methods inherited from class com.jme.app.BaseSimpleGame
cameraParallel, cameraPerspective, cleanup, initGame, initSystem, quit, reinit, simpleRender, updateInput
 
Methods inherited from class com.jme.app.BaseGame
start
 
Methods inherited from class com.jme.app.AbstractGame
assertDisplayCreated, finish, getAttributes, getVersion, setDialogBehaviour, setDialogBehaviour, setDialogBehaviour
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_text

protected BTextArea _text

_input

protected BTextField _input
Constructor Detail

LayoutTest

public LayoutTest()
Method Detail

createWindows

protected void createWindows(BRootNode root,
                             BStyleSheet style)
Specified by:
createWindows in class BaseTest

createGeometry

protected Node createGeometry()

main

public static void main(String[] args)


Copyright © 2008 Michael Bayne. All Rights Reserved.