public class UserPreferences extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | ROOT_NODE_NAME | 
| Constructor and Description | 
|---|
| UserPreferences() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAnalyticsUserId() | 
| int | getInstallationType() | 
| int | getSoapUIExtendedState() | 
| Rectangle | getSoapUIWindowBounds() | 
| static void | main(String[] args) | 
| void | setAnalyticsUserId(String userId) | 
| void | setInstallationType(int type) | 
| void | setSoapUIExtendedState(int extendedState) | 
| void | setSoapUIWindowBounds(Rectangle windowBounds) | 
public static final String ROOT_NODE_NAME
public void setSoapUIWindowBounds(Rectangle windowBounds) throws BackingStoreException
BackingStoreExceptionpublic Rectangle getSoapUIWindowBounds()
public void setSoapUIExtendedState(int extendedState)
                            throws BackingStoreException
BackingStoreExceptionpublic int getSoapUIExtendedState()
public void setInstallationType(int type)
                         throws BackingStoreException
BackingStoreExceptionpublic int getInstallationType()
public void setAnalyticsUserId(String userId)
public String getAnalyticsUserId()
public static void main(String[] args) throws BackingStoreException
BackingStoreExceptionCopyright © 2019. All Rights Reserved.