|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workspace | |
---|---|
com.eviware.soapui.actions | Core soapui actions |
com.eviware.soapui.impl | Default implementations of core interfaces |
com.eviware.soapui.model.project | Project model items |
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 | |
com.eviware.soapui.ui.desktop.standalone |
Uses of Workspace in com.eviware.soapui.actions |
---|
Constructors in com.eviware.soapui.actions with parameters of type Workspace | |
---|---|
SaveAllProjectsAction(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[] args)
|
Uses of Workspace in com.eviware.soapui.model.project |
---|
Methods in com.eviware.soapui.model.project that return Workspace | |
---|---|
Workspace |
Project.getWorkspace()
|
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[] args)
|
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 |