Package org.jbox2d.testbed.framework
Class TestbedModel.ListItem
- java.lang.Object
-
- org.jbox2d.testbed.framework.TestbedModel.ListItem
-
- Enclosing class:
- TestbedModel
public class TestbedModel.ListItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
category
TestbedTest
test
-
Constructor Summary
Constructors Constructor Description ListItem(java.lang.String argCategory)
ListItem(TestbedTest argTest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCategory()
java.lang.String
toString()
-
-
-
Field Detail
-
category
public java.lang.String category
-
test
public TestbedTest test
-
-
Constructor Detail
-
ListItem
public ListItem(java.lang.String argCategory)
-
ListItem
public ListItem(TestbedTest argTest)
-
-