Uses of Interface
com.eviware.soapui.ui.desktop.DesktopPanel

Packages that use DesktopPanel
com.eviware.soapui.impl Default implementations of core interfaces 
com.eviware.soapui.impl.wsdl.panels.iface WsdlInterface related panel classes 
com.eviware.soapui.impl.wsdl.panels.loadtest WsdlLoadTest panels and related classes 
com.eviware.soapui.impl.wsdl.panels.mock WsdlMockService panels and related classes 
com.eviware.soapui.impl.wsdl.panels.mockoperation WsdlMockOperation panels and related classes 
com.eviware.soapui.impl.wsdl.panels.request WsdlRequest / WsdlTestRequest related panel classes 
com.eviware.soapui.impl.wsdl.panels.testcase WsdlTestCase panel classes 
com.eviware.soapui.impl.wsdl.panels.teststeps WsdlTestStep panel classes 
com.eviware.soapui.impl.wsdl.panels.testsuite WsdlTestSuite panel classes 
com.eviware.soapui.impl.wsdl.teststeps.actions WsdlTestStep implementation actions 
com.eviware.soapui.model SoapUI core model interfaces 
com.eviware.soapui.support General support 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.support Support classes for UI core 
 

Uses of DesktopPanel in com.eviware.soapui.impl
 

Methods in com.eviware.soapui.impl that return DesktopPanel
 DesktopPanel EmptyPanelBuilder.buildDesktopPanel(T modelItem)
           
 

Uses of DesktopPanel in com.eviware.soapui.impl.wsdl.panels.iface
 

Classes in com.eviware.soapui.impl.wsdl.panels.iface that implement DesktopPanel
 class WsdlInterfaceDesktopPanel
          DesktopPanel for WsdlInterface.
 

Methods in com.eviware.soapui.impl.wsdl.panels.iface that return DesktopPanel
 DesktopPanel WsdlInterfacePanelBuilder.buildDesktopPanel(WsdlInterface iface)
           
 

Uses of DesktopPanel in com.eviware.soapui.impl.wsdl.panels.loadtest
 

Classes in com.eviware.soapui.impl.wsdl.panels.loadtest that implement DesktopPanel
 class StatisticsDesktopPanel
          DesktopPanel for Statistics Graphs
 class StatisticsHistoryDesktopPanel
          DesktopPanel for StatisticsHistory Graphs
 class WsdlLoadTestDesktopPanel
          Desktop panel for LoadTests
 

Methods in com.eviware.soapui.impl.wsdl.panels.loadtest that return DesktopPanel
 DesktopPanel WsdlLoadTestPanelBuilder.buildDesktopPanel(WsdlLoadTest loadTest)
           
 

Uses of DesktopPanel in com.eviware.soapui.impl.wsdl.panels.mock
 

Classes in com.eviware.soapui.impl.wsdl.panels.mock that implement DesktopPanel
 class WsdlMockServiceDesktopPanel
          DesktopPanel for WsdlMockServices
 

Methods in com.eviware.soapui.impl.wsdl.panels.mock that return DesktopPanel
 DesktopPanel WsdlMockServicePanelBuilder.buildDesktopPanel(WsdlMockService mockService)
           
 

Uses of DesktopPanel in com.eviware.soapui.impl.wsdl.panels.mockoperation
 

Classes in com.eviware.soapui.impl.wsdl.panels.mockoperation that implement DesktopPanel
 class AbstractWsdlMockResponseDesktopPanel<T extends ModelItem,T2 extends WsdlMockResponse>
          Abstract base DesktopPanel for WsdlMockResponses
 class WsdlMockOperationDesktopPanel
          DesktopPanel for WsdlGroovyTestSteps
 class WsdlMockResponseDesktopPanel
          DesktopPanel for WsdlMockResponse
 

Methods in com.eviware.soapui.impl.wsdl.panels.mockoperation that return DesktopPanel
 DesktopPanel WsdlMockOperationPanelBuilder.buildDesktopPanel(WsdlMockOperation mockOperation)
           
 DesktopPanel WsdlMockResponsePanelBuilder.buildDesktopPanel(WsdlMockResponse mockResponse)
           
 

Uses of DesktopPanel in com.eviware.soapui.impl.wsdl.panels.request
 

Classes in com.eviware.soapui.impl.wsdl.panels.request that implement DesktopPanel
 class AbstractWsdlRequestDesktopPanel<T extends ModelItem,T2 extends WsdlRequest>
          Abstract DesktopPanel for WsdlRequests
 class WsdlRequestDesktopPanel
          DesktopPanel for standard WsdlRequests
 

Uses of DesktopPanel in com.eviware.soapui.impl.wsdl.panels.testcase
 

Classes in com.eviware.soapui.impl.wsdl.panels.testcase that implement DesktopPanel
 class WsdlTestCaseDesktopPanel
          WsdlTestCase desktop panel
 

Methods in com.eviware.soapui.impl.wsdl.panels.testcase that return DesktopPanel
 DesktopPanel WsdlTestCasePanelBuilder.buildDesktopPanel(WsdlTestCase testCase)
           
 

Uses of DesktopPanel in com.eviware.soapui.impl.wsdl.panels.teststeps
 

Classes in com.eviware.soapui.impl.wsdl.panels.teststeps that implement DesktopPanel
 class GotoStepDesktopPanel
          DesktopPanel for WsdlGotoTestSteps
 class GroovyScriptStepDesktopPanel
          DesktopPanel for WsdlGroovyTestSteps
 class PropertiesStepDesktopPanel
          DesktopPanel for WsdlPropertiesTestSteps
 class TransferResponseValuesDesktopPanel
          DesktopPanel for TransferResponseValuesTestStep
 class WsdlTestRequestDesktopPanel
          DesktopPanel for WsdlTestRequest.
 

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps that return DesktopPanel
 DesktopPanel TransferResponseValuesTestStepPanelBuilder.buildDesktopPanel(TransferResponseValuesTestStep testStep)
           
 DesktopPanel GotoStepPanelBuilder.buildDesktopPanel(WsdlGotoTestStep testStep)
           
 DesktopPanel GroovyScriptStepPanelBuilder.buildDesktopPanel(WsdlGroovyScriptTestStep testStep)
           
 DesktopPanel PropertiesStepPanelBuilder.buildDesktopPanel(WsdlPropertiesTestStep testStep)
           
 DesktopPanel WsdlTestRequestPanelBuilder.buildDesktopPanel(WsdlTestRequestStep testStep)
           
 

Uses of DesktopPanel in com.eviware.soapui.impl.wsdl.panels.testsuite
 

Classes in com.eviware.soapui.impl.wsdl.panels.testsuite that implement DesktopPanel
 class WsdlTestSuiteDesktopPanel
          DesktopPanel for WsdlTestSuite
 

Methods in com.eviware.soapui.impl.wsdl.panels.testsuite that return DesktopPanel
 DesktopPanel WsdlTestSuitePanelBuilder.buildDesktopPanel(WsdlTestSuite testSuite)
           
 

Uses of DesktopPanel in com.eviware.soapui.impl.wsdl.teststeps.actions
 

Methods in com.eviware.soapui.impl.wsdl.teststeps.actions that return DesktopPanel
 DesktopPanel ShowTransferValuesResultsAction.showDesktopPanel()
           
 

Uses of DesktopPanel in com.eviware.soapui.model
 

Methods in com.eviware.soapui.model that return DesktopPanel
 DesktopPanel PanelBuilder.buildDesktopPanel(T modelItem)
           
 

Uses of DesktopPanel in com.eviware.soapui.support
 

Methods in com.eviware.soapui.support that return DesktopPanel
static DesktopPanel UISupport.selectAndShow(ModelItem modelItem)
           
static DesktopPanel UISupport.showDesktopPanel(DesktopPanel desktopPanel)
           
static DesktopPanel UISupport.showDesktopPanel(ModelItem modelItem)
           
 

Methods in com.eviware.soapui.support with parameters of type DesktopPanel
static DesktopPanel UISupport.showDesktopPanel(DesktopPanel desktopPanel)
           
 

Uses of DesktopPanel in com.eviware.soapui.ui.desktop
 

Methods in com.eviware.soapui.ui.desktop that return DesktopPanel
 DesktopPanel SoapUIDesktop.getDesktopPanel(ModelItem modelItem)
           
 DesktopPanel[] SoapUIDesktop.getDesktopPanels()
           
 DesktopPanel SoapUIDesktop.showDesktopPanel(DesktopPanel desktopPanel)
           
 DesktopPanel SoapUIDesktop.showDesktopPanel(ModelItem modelItem)
           
 

Methods in com.eviware.soapui.ui.desktop with parameters of type DesktopPanel
 boolean SoapUIDesktop.closeDesktopPanel(DesktopPanel desktopPanel)
           
 void DesktopListener.desktopPanelClosed(DesktopPanel desktopPanel)
           
 void DesktopListener.desktopPanelCreated(DesktopPanel desktopPanel)
           
 void DesktopListener.desktopPanelSelected(DesktopPanel desktopPanel)
           
protected  void AbstractSoapUIDesktop.fireDesktopPanelClosed(DesktopPanel desktopPanel)
           
protected  void AbstractSoapUIDesktop.fireDesktopPanelCreated(DesktopPanel desktopPanel)
           
protected  void AbstractSoapUIDesktop.fireDesktopPanelSelected(DesktopPanel desktopPanel)
           
 DesktopPanel SoapUIDesktop.showDesktopPanel(DesktopPanel desktopPanel)
           
 

Uses of DesktopPanel in com.eviware.soapui.ui.desktop.standalone
 

Methods in com.eviware.soapui.ui.desktop.standalone that return DesktopPanel
 DesktopPanel StandaloneDesktop.getDesktopPanel(ModelItem modelItem)
           
 DesktopPanel[] StandaloneDesktop.getDesktopPanels()
           
 DesktopPanel StandaloneDesktop.showDesktopPanel(DesktopPanel desktopPanel)
           
 DesktopPanel StandaloneDesktop.showDesktopPanel(ModelItem modelItem)
           
 

Methods in com.eviware.soapui.ui.desktop.standalone with parameters of type DesktopPanel
 boolean StandaloneDesktop.closeDesktopPanel(DesktopPanel desktopPanel)
           
 DesktopPanel StandaloneDesktop.showDesktopPanel(DesktopPanel desktopPanel)
           
 

Uses of DesktopPanel in com.eviware.soapui.ui.support
 

Classes in com.eviware.soapui.ui.support that implement DesktopPanel
 class DefaultDesktopPanel
          Default implementation for simple DesktopPanels
 class ModelItemDesktopPanel<T extends ModelItem>
          Base class for DesktopPanels..
 

Methods in com.eviware.soapui.ui.support with parameters of type DesktopPanel
 void DesktopListenerAdapter.desktopPanelClosed(DesktopPanel desktopPanel)
           
 void DesktopListenerAdapter.desktopPanelCreated(DesktopPanel desktopPanel)
           
 void DesktopListenerAdapter.desktopPanelSelected(DesktopPanel desktopPanel)
           
 



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