Uses of Interface
com.eviware.soapui.model.settings.Settings

Packages that use Settings
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.settings Default implementations of Settings interfaces 
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.panels.mockoperation WsdlMockOperation panels and related classes 
com.eviware.soapui.impl.wsdl.panels.teststeps.support WsdlTestStep panel support classes 
com.eviware.soapui.impl.wsdl.support.http HTTP-related support classes 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.model SoapUI core model interfaces 
com.eviware.soapui.model.tree.nodes.support TreeNode utilities 
 

Uses of Settings in com.eviware.soapui
 

Methods in com.eviware.soapui that return Settings
static Settings SoapUI.getSettings()
           
 

Uses of Settings in com.eviware.soapui.actions
 

Methods in com.eviware.soapui.actions with parameters of type Settings
 void UIPrefs.getFormValues(Settings settings)
           
 void ToolsPrefs.getFormValues(Settings settings)
           
 void Prefs.getFormValues(Settings settings)
           
 void HttpPrefs.getFormValues(Settings settings)
           
 void AnnotatedSettingsPrefs.getFormValues(Settings settings)
           
 StringToStringMap UIPrefs.getValues(Settings settings)
           
 StringToStringMap ToolsPrefs.getValues(Settings settings)
           
 StringToStringMap Prefs.getValues(Settings settings)
           
 StringToStringMap HttpPrefs.getValues(Settings settings)
           
 StringToStringMap AnnotatedSettingsPrefs.getValues(Settings settings)
           
 void UIPrefs.setFormValues(Settings settings)
           
 void ToolsPrefs.setFormValues(Settings settings)
           
 void Prefs.setFormValues(Settings settings)
           
 void HttpPrefs.setFormValues(Settings settings)
           
 void AnnotatedSettingsPrefs.setFormValues(Settings settings)
           
 void UIPrefs.storeValues(StringToStringMap values, Settings settings)
           
 void ToolsPrefs.storeValues(StringToStringMap values, Settings settings)
           
 void Prefs.storeValues(StringToStringMap values, Settings settings)
           
 void HttpPrefs.storeValues(StringToStringMap httpValues, Settings settings)
           
 void AnnotatedSettingsPrefs.storeValues(StringToStringMap values, Settings settings)
           
 

Uses of Settings in com.eviware.soapui.impl
 

Methods in com.eviware.soapui.impl that return Settings
 Settings WorkspaceImpl.getSettings()
           
 

Uses of Settings in com.eviware.soapui.impl.settings
 

Classes in com.eviware.soapui.impl.settings that implement Settings
 class SettingsImpl
          Default Settings implementation
 class XmlBeansSettingsImpl
          Settings implementation for XmlBeans generated SettingsConfig
 

Constructors in com.eviware.soapui.impl.settings with parameters of type Settings
SettingsImpl(Settings parent)
           
XmlBeansSettingsImpl(ModelItem item, Settings parent, com.eviware.soapui.config.SettingsConfig config)
           
 

Uses of Settings in com.eviware.soapui.impl.wsdl
 

Methods in com.eviware.soapui.impl.wsdl that return Settings
 Settings AbstractWsdlModelItem.getSettings()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.mockoperation that return Settings
 Settings WsdlMockOperationDesktopPanel.DispatchScriptGroovyEditorModel.getSettings()
           
 Settings WsdlMockOperationDesktopPanel.DispatchXPathGroovyEditorModel.getSettings()
           
 

Uses of Settings in com.eviware.soapui.impl.wsdl.panels.teststeps.support
 

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.support that return Settings
 Settings GroovyEditorModel.getSettings()
           
 

Uses of Settings in com.eviware.soapui.impl.wsdl.support.http
 

Methods in com.eviware.soapui.impl.wsdl.support.http with parameters of type Settings
static void HttpClientSupport.applyHttpSettings(org.apache.commons.httpclient.HttpMethodBase postMethod, Settings settings)
           
static org.apache.commons.httpclient.HostConfiguration ProxyUtils.initProxySettings(Settings settings, org.apache.commons.httpclient.HttpState httpState, org.apache.commons.httpclient.HostConfiguration hostConfiguration, java.lang.String urlString)
           
 

Uses of Settings in com.eviware.soapui.impl.wsdl.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return Settings
 Settings WsdlMessageAssertion.getSettings()
           
 

Uses of Settings in com.eviware.soapui.model
 

Methods in com.eviware.soapui.model that return Settings
 Settings ModelItem.getSettings()
           
 

Uses of Settings in com.eviware.soapui.model.tree.nodes.support
 

Methods in com.eviware.soapui.model.tree.nodes.support that return Settings
 Settings WsdlTestStepsModelItem.getSettings()
           
 Settings WsdlLoadTestsModelItem.getSettings()
           
 Settings EmptyModelItem.getSettings()
           
 



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