Package | Description |
---|---|
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
|
com.eviware.soapui.ui.starterpage |
Modifier and Type | Method and Description |
---|---|
static Workspace |
SoapUI.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
SwingSoapUICore.afterStartup(Workspace workspace) |
static void |
SoapUI.setWorkspace(Workspace workspace) |
void |
RecentItemsListener.workspaceSwitched(Workspace workspace) |
void |
RecentItemsListener.workspaceSwitching(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
void |
SaveAllProjectsAction.workspaceSwitched(Workspace workspace) |
void |
SaveAllProjectsAction.workspaceSwitching(Workspace workspace) |
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceImpl
Default Workspace implementation
|
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceFactoryImpl.openWorkspace(String workspaceName,
StringToStringMap projectOptions) |
Modifier and Type | Method and Description |
---|---|
WsdlProject |
WsdlProjectFactory.createNew(String path,
Workspace workspace) |
WsdlProject |
WsdlProjectFactory.createNew(String path,
Workspace workspace,
boolean create) |
WsdlProject |
WsdlProjectFactory.createNew(String path,
Workspace workspace,
boolean open,
String tempName,
String projectPassword) |
WsdlProject |
WsdlProjectFactory.createNew(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
Workspace |
Project.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
T |
ProjectFactory.createNew(String path,
Workspace workspace) |
T |
ProjectFactory.createNew(String path,
Workspace workspace,
boolean open,
String tempName,
String projectPassword) |
T |
ProjectFactory.createNew(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceListenerAdapter.workspaceSwitched(Workspace workspace) |
void |
WorkspaceListenerAdapter.workspaceSwitching(Workspace workspace) |
Constructor and Description |
---|
SoapUITreeModel(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceTreeNode.getWorkspace() |
Constructor and Description |
---|
WorkspaceTreeNode(Workspace workspace,
SoapUITreeModel treeModel) |
Modifier and Type | Method and Description |
---|---|
abstract Workspace |
WorkspaceFactory.openWorkspace(String workspaceName,
StringToStringMap projectOptions) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceListener.workspaceSwitched(Workspace workspace) |
void |
WorkspaceListener.workspaceSwitching(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
void |
TestMonitor.init(Workspace workspace) |
Constructor and Description |
---|
Navigator(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
SoapUIDesktop |
DesktopRegistry.createDesktop(String desktopType,
Workspace workspace) |
SoapUIDesktop |
DesktopFactory.createDesktop(Workspace workspace) |
Constructor and Description |
---|
AbstractSoapUIDesktop(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
SoapUIDesktop |
StandaloneDesktopFactory.createDesktop(Workspace workspace) |
Constructor and Description |
---|
StandaloneDesktop(Workspace workspace) |
Constructor and Description |
---|
StarterPageButtonCallback(Workspace workspace) |
Copyright © 2019. All Rights Reserved.