Uses of Interface
org.jtestcase.plugin.guimodel.intf.IUINode

Packages that use IUINode
org.jtestcase.core.model   
org.jtestcase.plugin.guimodel.intf   
 

Uses of IUINode in org.jtestcase.core.model
 

Classes in org.jtestcase.core.model that implement IUINode
 class AssertGroupInstance
          Represents an assert group from the JTestCaseWizard XML data.
 class AssertInstance
          Represents an assert tag from the JTestCaseWizard XML.
 class AssertParamGroupInstance
          Represents an assert group from the JTestCaseWizard XML data.
 class AssertParamInstance
          Represents an assert tag from the JTestCaseWizard XML.
 class TestClass
           
 class TestMethod
           
 class Tests
           
 

Methods in org.jtestcase.core.model that return IUINode
 IUINode Tests.getNode()
           
 IUINode TestMethod.getNode()
           
 IUINode TestClass.getNode()
           
 IUINode AssertParamInstance.getNode()
           
 IUINode AssertParamGroupInstance.getNode()
           
 IUINode AssertInstance.getNode()
           
 IUINode AssertGroupInstance.getNode()
           
 IUINode TreeModel.getTree()
          Returns all test cases for one method element from the XML.
 

Methods in org.jtestcase.core.model with parameters of type IUINode
 void Tests.add(IUINode toAdd)
           
 void TestMethod.add(IUINode toAdd)
           
 void TestClass.add(IUINode toAdd)
           
 void AssertParamInstance.add(IUINode toAdd)
          Callback function should delegate to addAssert()
 void AssertParamGroupInstance.add(IUINode toAdd)
           
 void AssertInstance.add(IUINode toAdd)
          Callback function should delegate to addAssert()
 void AssertGroupInstance.add(IUINode toAdd)
           
 void Tests.remove(IUINode toRemove)
           
 void TestMethod.remove(IUINode toRemove)
           
 void TestClass.remove(IUINode toRemove)
           
 void AssertParamInstance.remove(IUINode toRemove)
           
 void AssertParamGroupInstance.remove(IUINode toRemove)
           
 void AssertInstance.remove(IUINode toRemove)
           
 void AssertGroupInstance.remove(IUINode toRemove)
           
 

Uses of IUINode in org.jtestcase.plugin.guimodel.intf
 

Methods in org.jtestcase.plugin.guimodel.intf that return IUINode
 IUINode IUINodeSupport.getNode()
           
 IUINode IUINode.getNode()
           
 

Methods in org.jtestcase.plugin.guimodel.intf with parameters of type IUINode
 void IUINodeSupport.add(IUINode toAdd)
           
 void IUINode.add(IUINode toAdd)
           
 void IUINodeSupport.remove(IUINode toRemove)
           
 void IUINode.remove(IUINode toRemove)
           
 void IUINodeSupport.setNode(IUINode inode)