public class SoapUIPreferencesAction extends AbstractAction implements SoapUIFactoryRegistryListener
Modifier and Type | Field and Description |
---|---|
static String |
EDITOR_SETTINGS |
static String |
GLOBAL_SECURITY_SETTINGS |
static String |
GLOBAL_SENSITIVE_INFORMATION_TOKENS |
static String |
HTTP_SETTINGS |
static String |
INTEGRATED_TOOLS |
static String |
PROXY_SETTINGS |
static String |
SSL_SETTINGS |
static String |
UI_SETTINGS |
static String |
VERSIONUPDATE_SETTINGS |
static String |
WS_I_SETTINGS |
static String |
WSA_SETTINGS |
static String |
WSDL_SETTINGS |
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
SoapUIPreferencesAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
addPrefs(Prefs pref) |
void |
addPrefsFactory(PrefsFactory factory) |
void |
factoryAdded(Class<?> factoryType,
Object factory) |
void |
factoryRemoved(Class<?> factoryType,
Object factory) |
static SoapUIPreferencesAction |
getInstance() |
Prefs[] |
getPrefs() |
void |
removePrefsFactory(PrefsFactory factory) |
void |
selectPrefs(String initialTab) |
boolean |
show(String initialTab) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public static final String GLOBAL_SECURITY_SETTINGS
public static final String WS_I_SETTINGS
public static final String WSDL_SETTINGS
public static final String UI_SETTINGS
public static final String EDITOR_SETTINGS
public static final String PROXY_SETTINGS
public static final String HTTP_SETTINGS
public static final String SSL_SETTINGS
public static final String INTEGRATED_TOOLS
public static final String WSA_SETTINGS
public static final String GLOBAL_SENSITIVE_INFORMATION_TOKENS
public static final String VERSIONUPDATE_SETTINGS
public void addPrefsFactory(PrefsFactory factory)
public void removePrefsFactory(PrefsFactory factory)
public void factoryAdded(Class<?> factoryType, Object factory)
factoryAdded
in interface SoapUIFactoryRegistryListener
public void factoryRemoved(Class<?> factoryType, Object factory)
factoryRemoved
in interface SoapUIFactoryRegistryListener
public void addPrefs(Prefs pref)
public static SoapUIPreferencesAction getInstance()
public Prefs[] getPrefs()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public boolean show(String initialTab)
public void selectPrefs(String initialTab)
Copyright © 2019. All Rights Reserved.