|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workspace | |
---|---|
com.eviware.soapui | SoapUI root package |
com.eviware.soapui.actions | Core soapui actions |
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.project | Project model items |
com.eviware.soapui.model.support | SoapUI model-related support classes |
com.eviware.soapui.model.tree | Navigator-tree related classes |
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 |
com.eviware.soapui.ui.desktop | SoapUIDesktop related interfaces and classes |
com.eviware.soapui.ui.desktop.standalone | The Default Standalone Desktop |
Uses of Workspace in com.eviware.soapui |
---|
Methods in com.eviware.soapui that return Workspace | |
---|---|
static Workspace |
SoapUI.getWorkspace()
|
Methods in com.eviware.soapui with parameters of type Workspace | |
---|---|
void |
SwingSoapUICore.afterStartup(Workspace workspace)
|
static void |
SoapUI.setWorkspace(Workspace workspace)
|
void |
RecentItemsListener.workspaceSwitched(Workspace workspace)
|
void |
RecentItemsListener.workspaceSwitching(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.actions |
---|
Methods in com.eviware.soapui.actions with parameters of type Workspace | |
---|---|
void |
SaveAllProjectsAction.workspaceSwitched(Workspace workspace)
|
void |
SaveAllProjectsAction.workspaceSwitching(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.impl |
---|
Classes in com.eviware.soapui.impl that implement Workspace | |
---|---|
class |
WorkspaceImpl
Default Workspace implementation |
Methods in com.eviware.soapui.impl that return Workspace | |
---|---|
Workspace |
WorkspaceFactoryImpl.openWorkspace(java.lang.String workspaceName,
StringToStringMap projectOptions)
|
Uses of Workspace in com.eviware.soapui.impl.wsdl |
---|
Methods in com.eviware.soapui.impl.wsdl with parameters of type Workspace | |
---|---|
WsdlProject |
WsdlProjectFactory.createNew(java.lang.String path,
Workspace workspace)
|
WsdlProject |
WsdlProjectFactory.createNew(java.lang.String path,
Workspace workspace,
boolean create)
|
WsdlProject |
WsdlProjectFactory.createNew(java.lang.String path,
Workspace workspace,
boolean create,
boolean open,
java.lang.String tempName,
java.lang.String projectPassword)
|
WsdlProject |
WsdlProjectFactory.createNew(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.model.project |
---|
Methods in com.eviware.soapui.model.project that return Workspace | |
---|---|
Workspace |
Project.getWorkspace()
|
Methods in com.eviware.soapui.model.project with parameters of type Workspace | |
---|---|
T |
ProjectFactory.createNew(java.lang.String path,
Workspace workspace)
|
T |
ProjectFactory.createNew(java.lang.String path,
Workspace workspace,
boolean create)
|
T |
ProjectFactory.createNew(java.lang.String path,
Workspace workspace,
boolean create,
boolean open,
java.lang.String tempName,
java.lang.String projectPassword)
|
T |
ProjectFactory.createNew(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.model.support |
---|
Methods in com.eviware.soapui.model.support with parameters of type Workspace | |
---|---|
void |
WorkspaceListenerAdapter.workspaceSwitched(Workspace workspace)
|
void |
WorkspaceListenerAdapter.workspaceSwitching(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.model.tree |
---|
Constructors in com.eviware.soapui.model.tree with parameters of type Workspace | |
---|---|
SoapUITreeModel(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.model.tree.nodes |
---|
Methods in com.eviware.soapui.model.tree.nodes that return Workspace | |
---|---|
Workspace |
WorkspaceTreeNode.getWorkspace()
|
Constructors in com.eviware.soapui.model.tree.nodes with parameters of type Workspace | |
---|---|
WorkspaceTreeNode(Workspace workspace,
SoapUITreeModel treeModel)
|
Uses of Workspace in com.eviware.soapui.model.workspace |
---|
Methods in com.eviware.soapui.model.workspace that return Workspace | |
---|---|
abstract Workspace |
WorkspaceFactory.openWorkspace(java.lang.String workspaceName,
StringToStringMap projectOptions)
|
Methods in com.eviware.soapui.model.workspace with parameters of type Workspace | |
---|---|
void |
WorkspaceListener.workspaceSwitched(Workspace workspace)
|
void |
WorkspaceListener.workspaceSwitching(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.monitor |
---|
Methods in com.eviware.soapui.monitor with parameters of type Workspace | |
---|---|
void |
TestMonitor.init(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.ui |
---|
Constructors in com.eviware.soapui.ui with parameters of type Workspace | |
---|---|
Navigator(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.ui.desktop |
---|
Methods in com.eviware.soapui.ui.desktop with parameters of type Workspace | |
---|---|
SoapUIDesktop |
DesktopRegistry.createDesktop(java.lang.String desktopType,
Workspace workspace)
|
SoapUIDesktop |
DesktopFactory.createDesktop(Workspace workspace)
|
Constructors in com.eviware.soapui.ui.desktop with parameters of type Workspace | |
---|---|
AbstractSoapUIDesktop(Workspace workspace)
|
Uses of Workspace in com.eviware.soapui.ui.desktop.standalone |
---|
Methods in com.eviware.soapui.ui.desktop.standalone with parameters of type Workspace | |
---|---|
SoapUIDesktop |
StandaloneDesktopFactory.createDesktop(Workspace workspace)
|
Constructors in com.eviware.soapui.ui.desktop.standalone with parameters of type Workspace | |
---|---|
StandaloneDesktop(Workspace workspace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |