Uses of Interface
com.eviware.soapui.support.components.JInspectorPanel

Packages that use JInspectorPanel
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.project WsdlProject 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.support.components Usefull swing components 
com.eviware.soapui.support.log Log4J utility classes 
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.loadtest with parameters of type JInspectorPanel
protected  void WsdlLoadTestDesktopPanel.addInspectors(JInspectorPanel inspectorPanel)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.mock with parameters of type JInspectorPanel
protected  void WsdlMockServiceDesktopPanel.addTabs(javax.swing.JTabbedPane tabs, JInspectorPanel inspectorPanel)
           
 

Uses of JInspectorPanel in com.eviware.soapui.impl.wsdl.panels.project
 

Methods in com.eviware.soapui.impl.wsdl.panels.project with parameters of type JInspectorPanel
protected  void WsdlProjectTestSuitesTabPanel.addInspectors(JInspectorPanel inspectorPanel)
           
protected  void WsdlProjectDesktopPanel.addOverviewInspectors(JInspectorPanel inspectorPanel)
           
protected  void WsdlProjectTestSuitesTabPanel.addTabs(javax.swing.JTabbedPane tabs, JInspectorPanel inspectorPanel)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.testcase with parameters of type JInspectorPanel
protected  void WsdlTestCaseDesktopPanel.addTabs(javax.swing.JTabbedPane tabs, JInspectorPanel inspectorPanel)
           
 

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

Fields in com.eviware.soapui.impl.wsdl.panels.teststeps declared as JInspectorPanel
protected  JInspectorPanel JdbcRequestTestStepDesktopPanel.inspectorPanel
           
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.testsuite with parameters of type JInspectorPanel
protected  void WsdlTestSuiteDesktopPanel.addTabs(javax.swing.JTabbedPane tabs, JInspectorPanel inspectorPanel)
           
 

Uses of JInspectorPanel in com.eviware.soapui.support.components
 

Classes in com.eviware.soapui.support.components that implement JInspectorPanel
 class JInspectorPanelImpl
           
 

Fields in com.eviware.soapui.support.components with type parameters of type JInspectorPanel
static java.lang.Class<? extends JInspectorPanel> JInspectorPanelFactory.inspectorPanelClass
           
 

Methods in com.eviware.soapui.support.components that return JInspectorPanel
static JInspectorPanel JInspectorPanelFactory.build(javax.swing.JComponent contentComponent)
           
static JInspectorPanel JInspectorPanelFactory.build(javax.swing.JComponent contentComponent, int orientation)
           
 

Uses of JInspectorPanel in com.eviware.soapui.support.log
 

Classes in com.eviware.soapui.support.log that implement JInspectorPanel
 class InspectorLog4JMonitor
          JTabbedPane that displays Log4J output in different tabs
 



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