com.jmex.bui.tests
Class BaseTest

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
Direct Known Subclasses:
HTMLTest, LabelTest, LayoutTest, ScrollingListTest

public abstract class BaseTest
extends SimpleGame

A base class for our various visual tests.


Field Summary
protected  PolledRootNode _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
BaseTest()
           
 
Method Summary
protected abstract  void createWindows(BRootNode root, BStyleSheet style)
           
protected  void simpleInitGame()
           
protected  void 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

_root

protected PolledRootNode _root
Constructor Detail

BaseTest

public BaseTest()
Method Detail

simpleInitGame

protected void simpleInitGame()
Specified by:
simpleInitGame in class BaseSimpleGame

simpleUpdate

protected void simpleUpdate()
Overrides:
simpleUpdate in class BaseSimpleGame

createWindows

protected abstract void createWindows(BRootNode root,
                                      BStyleSheet style)


Copyright © 2008 Michael Bayne. All Rights Reserved.