Uses of Interface
com.eviware.soapui.model.project.Project

Packages that use Project
com.eviware.soapui SoapUI root package 
com.eviware.soapui.impl Default implementations of core interfaces 
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.model.iface Interface-related model items 
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
com.eviware.soapui.model.workspace Workspace-related model items 
 

Uses of Project in com.eviware.soapui
 

Methods in com.eviware.soapui that return Project
 Project SoapUI.getCurrentProject()
           
 

Uses of Project in com.eviware.soapui.impl
 

Methods in com.eviware.soapui.impl that return Project
 Project WorkspaceImpl.getProjectAt(int index)
           
 Project[] WorkspaceImpl.getProjects()
           
 

Methods in com.eviware.soapui.impl with parameters of type Project
 void WorkspaceImpl.removeProject(Project project)
           
 

Uses of Project in com.eviware.soapui.impl.wsdl
 

Classes in com.eviware.soapui.impl.wsdl that implement Project
 class WsdlProject
          WSDL project implementation
 

Methods in com.eviware.soapui.impl.wsdl that return Project
 Project WsdlTestSuite.getProject()
           
 Project WsdlInterface.getProject()
           
 

Uses of Project in com.eviware.soapui.model.iface
 

Methods in com.eviware.soapui.model.iface that return Project
 Project Interface.getProject()
           
 

Uses of Project in com.eviware.soapui.model.support
 

Methods in com.eviware.soapui.model.support with parameters of type Project
 void WorkspaceListenerAdapter.projectAdded(Project project)
           
 void WorkspaceListenerAdapter.projectChanged(Project project)
           
 void WorkspaceListenerAdapter.projectRemoved(Project project)
           
 

Uses of Project in com.eviware.soapui.model.testsuite
 

Methods in com.eviware.soapui.model.testsuite that return Project
 Project TestSuite.getProject()
           
 

Uses of Project in com.eviware.soapui.model.tree.nodes
 

Methods in com.eviware.soapui.model.tree.nodes that return Project
 Project ProjectTreeNode.getProject()
           
 

Constructors in com.eviware.soapui.model.tree.nodes with parameters of type Project
ProjectTreeNode(Project project)
           
 

Uses of Project in com.eviware.soapui.model.workspace
 

Methods in com.eviware.soapui.model.workspace that return Project
 Project Workspace.getProjectAt(int index)
           
 

Methods in com.eviware.soapui.model.workspace with parameters of type Project
 void WorkspaceListener.projectAdded(Project project)
           
 void WorkspaceListener.projectChanged(Project project)
           
 void WorkspaceListener.projectRemoved(Project project)
           
 void Workspace.removeProject(Project project)
           
 



Copyright © 2005 eviware.com. All Rights Reserved.