Uses of Class
org.jbox2d.testbed.AbstractExample

Packages that use AbstractExample
org.jbox2d.testbed   
 

Uses of AbstractExample in org.jbox2d.testbed
 

Fields in org.jbox2d.testbed declared as AbstractExample
protected static AbstractExample TestbedMain.currentTest
          Currently running example
 

Fields in org.jbox2d.testbed with type parameters of type AbstractExample
protected static java.util.ArrayList<AbstractExample> TestbedMain.tests
          The list of registered examples
 

Methods in org.jbox2d.testbed with parameters of type AbstractExample
 void TestbedOptions.initialize(AbstractExample test)
           
static void TestbedMain.registerExample(AbstractExample test)
          Register an AbstractExample to the current list of examples.