com.eviware.soapui.actions
Class EditorPrefs
java.lang.Object
com.eviware.soapui.actions.EditorPrefs
- All Implemented Interfaces:
- Prefs
public class EditorPrefs
- extends java.lang.Object
- implements Prefs
Preferences class for UISettings
- Author:
- ole.matzura
Constructor Summary |
EditorPrefs(java.lang.String title)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_RESIZE_REQUEST_EDITOR
public static final java.lang.String NO_RESIZE_REQUEST_EDITOR
- See Also:
- Constant Field Values
START_WITH_REQUEST_TABS
public static final java.lang.String START_WITH_REQUEST_TABS
- See Also:
- Constant Field Values
AUTO_VALIDATE_REQUEST
public static final java.lang.String AUTO_VALIDATE_REQUEST
- See Also:
- Constant Field Values
ABORT_ON_INVALID_REQUEST
public static final java.lang.String ABORT_ON_INVALID_REQUEST
- See Also:
- Constant Field Values
AUTO_VALIDATE_RESPONSE
public static final java.lang.String AUTO_VALIDATE_RESPONSE
- See Also:
- Constant Field Values
XML_LINE_NUMBERS
public static final java.lang.String XML_LINE_NUMBERS
- See Also:
- Constant Field Values
GROOVY_LINE_NUMBERS
public static final java.lang.String GROOVY_LINE_NUMBERS
- See Also:
- Constant Field Values
EditorPrefs
public EditorPrefs(java.lang.String title)
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface Prefs
getForm
public SimpleForm getForm()
- Specified by:
getForm
in interface Prefs
getFormValues
public void getFormValues(Settings settings)
- Specified by:
getFormValues
in interface Prefs
storeValues
public void storeValues(StringToStringMap values,
Settings settings)
- Specified by:
storeValues
in interface Prefs
setFormValues
public void setFormValues(Settings settings)
- Specified by:
setFormValues
in interface Prefs
getValues
public StringToStringMap getValues(Settings settings)
- Specified by:
getValues
in interface Prefs
Copyright © 2005-2007 eviware.com. All Rights Reserved.