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
BackingStoreException
public Rectangle getSoapUIWindowBounds()
public void setSoapUIExtendedState(int extendedState) throws BackingStoreException
BackingStoreException
public int getSoapUIExtendedState()
public void setInstallationType(int type) throws BackingStoreException
BackingStoreException
public int getInstallationType()
public void setAnalyticsUserId(String userId)
public String getAnalyticsUserId()
public static void main(String[] args) throws BackingStoreException
BackingStoreException
Copyright © 2019. All Rights Reserved.