com.eviware.soapui.actions
Class EditorPrefs

java.lang.Object
  extended by 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

Field Summary
static java.lang.String ABORT_ON_INVALID_REQUEST
           
static java.lang.String AUTO_VALIDATE_REQUEST
           
static java.lang.String AUTO_VALIDATE_RESPONSE
           
static java.lang.String GROOVY_LINE_NUMBERS
           
static java.lang.String NO_RESIZE_REQUEST_EDITOR
           
static java.lang.String START_WITH_REQUEST_TABS
           
static java.lang.String XML_LINE_NUMBERS
           
 
Constructor Summary
EditorPrefs(java.lang.String title)
           
 
Method Summary
static java.lang.String encodeFont(java.awt.Font font)
           
 SimpleForm getForm()
           
 void getFormValues(Settings settings)
           
 java.lang.String getTitle()
           
 StringToStringMap getValues(Settings settings)
           
 void setFormValues(Settings settings)
           
 void storeValues(StringToStringMap values, Settings settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

EditorPrefs

public EditorPrefs(java.lang.String title)
Method Detail

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

encodeFont

public static java.lang.String encodeFont(java.awt.Font font)

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-2010 eviware.com. All Rights Reserved.