| Package | Description |
|---|---|
| com.eviware.soapui |
SoapUI root package
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
static SoapUIDesktop |
SoapUI.getDesktop() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SoapUI.setDesktop(SoapUIDesktop desktop) |
| Modifier and Type | Method and Description |
|---|---|
void |
JDesktopPanelsList.setDesktop(SoapUIDesktop newDesktop) |
| Constructor and Description |
|---|
JDesktopPanelsList(SoapUIDesktop desktop) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSoapUIDesktop
Abstract SoapUIDesktop implementation for extension
|
class |
NullDesktop
null-desktop used when running from command-line, etc
|
| Modifier and Type | Method and Description |
|---|---|
SoapUIDesktop |
DesktopRegistry.createDesktop(String desktopType,
Workspace workspace) |
SoapUIDesktop |
DesktopFactory.createDesktop(Workspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
void |
SoapUIDesktop.transferTo(SoapUIDesktop newDesktop) |
void |
NullDesktop.transferTo(SoapUIDesktop newDesktop) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneDesktop
The default standalone SoapUI desktop using a JDesktopPane
|
| Modifier and Type | Method and Description |
|---|---|
SoapUIDesktop |
StandaloneDesktopFactory.createDesktop(Workspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneDesktop.transferTo(SoapUIDesktop newDesktop) |
Copyright © 2019. All Rights Reserved.