Uses of Class
ix.ip2.test.TestItem

Packages that use TestItem
ix.ip2.test Classes for test-menu entries. 
 

Uses of TestItem in ix.ip2.test
 

Fields in ix.ip2.test declared as TestItem
(package private)  TestItem PanelTest.TestItemListener.item
           
protected  TestItem TestSequenceGenerator.template
           
 

Methods in ix.ip2.test that return TestItem
protected  TestItem TestSequenceGenerator.copyTemplate()
           
 TestItem TestSequenceGenerator.getTemplate()
           
 

Methods in ix.ip2.test with parameters of type TestItem
 void TestSequenceGenerator.setTemplate(TestItem template)
           
 

Constructors in ix.ip2.test with parameters of type TestItem
PanelTest.TestItemListener(TestItem item)