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

Packages that use Project
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.impl.wsdl.mock   
com.eviware.soapui.model SoapUI core model interfaces 
com.eviware.soapui.model.iface Interface-related model items 
com.eviware.soapui.model.mock   
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 
com.eviware.soapui.monitor The soapui TestMonitor and related classes/interfaces 
com.eviware.soapui.ui User Interface related classes 
 

Uses of Project in com.eviware.soapui.impl
 

Methods in com.eviware.soapui.impl that return Project
 Project WorkspaceImpl.createProject(java.lang.String name, java.io.File file)
           
 Project WorkspaceImpl.getProjectAt(int index)
           
 Project WorkspaceImpl.getProjectByName(java.lang.String projectName)
           
 Project[] WorkspaceImpl.getProjects()
           
 Project WorkspaceImpl.importProject(java.lang.String fileName)
           
 

Methods in com.eviware.soapui.impl with parameters of type Project
 int WorkspaceImpl.getIndexOfProject(Project 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
 

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

Constructors in com.eviware.soapui.impl.wsdl.mock with parameters of type Project
WsdlMockService(Project project, com.eviware.soapui.config.MockServiceConfig config)
           
 

Uses of Project in com.eviware.soapui.model
 

Methods in com.eviware.soapui.model that return Project
 Project ModelImplementation.buildProject(java.lang.String path)
           
 

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.mock
 

Methods in com.eviware.soapui.model.mock that return Project
 Project MockService.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, WorkspaceTreeNode workspaceNode)
           
 

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

Methods in com.eviware.soapui.model.workspace that return Project
 Project Workspace.createProject(java.lang.String name, java.io.File file)
           
 Project Workspace.getProjectAt(int index)
           
 Project Workspace.getProjectByName(java.lang.String projectName)
           
 Project Workspace.importProject(java.lang.String filename)
           
 

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

Uses of Project in com.eviware.soapui.monitor
 

Methods in com.eviware.soapui.monitor with parameters of type Project
 void TestMonitor.monitorProject(Project project)
           
 void TestMonitor.unmonitorProject(Project project)
           
 

Uses of Project in com.eviware.soapui.ui
 

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



Copyright © 2005-2007 eviware.com. All Rights Reserved.