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
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ListItem(java.lang.String argCategory)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • category

      public java.lang.String category
    • test

      public TestbedTest test
  • Constructor Details

    • ListItem

      public ListItem(java.lang.String argCategory)
    • ListItem

      public ListItem(TestbedTest argTest)
  • Method Details

    • isCategory

      public boolean isCategory()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object