public class GeneralSettings
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GeneralSettings.MagneticWindows
Setting for magnetic windows.
|
static class |
GeneralSettings.ToolbarLabel
Toolbar label location.
|
Modifier and Type | Method and Description |
---|---|
int |
getMagneticArea()
Returns the magnetic area in pixels.
|
GeneralSettings.MagneticWindows |
getMagneticWindows()
Returns the magnetic scope of the windows that are shown in the UserInterface.
|
int |
getMaxStoreImportSize()
Returns the maximum size in bytes for binary uploads (STORE objects).
|
GeneralSettings.ToolbarLabel |
getToolbarLabel()
Returns the location of the toolbar label.
|
boolean |
isDesktopModeMulti()
Returns the mode in which the desktop of the UserInterface is displayed.
|
void |
setDesktopModeMulti(boolean desktopModeMulti)
Sets the mode in which the desktop of the UserInterface is displayed.
|
void |
setMagneticArea(int magneticArea)
Sets the magnetic area in pixels.
|
void |
setMagneticWindows(GeneralSettings.MagneticWindows magneticWindows)
Sets the magnetic scope of the windows that are shown in the UserInterface.
|
void |
setToolbarLabel(GeneralSettings.ToolbarLabel toolbarLabel)
Sets the location of the toolbar label.
|
public boolean isDesktopModeMulti()
public void setDesktopModeMulti(boolean desktopModeMulti)
desktopModeMulti
- Desktop modepublic GeneralSettings.MagneticWindows getMagneticWindows()
public void setMagneticWindows(GeneralSettings.MagneticWindows magneticWindows)
magneticWindows
- Magnetic scopepublic int getMagneticArea()
public void setMagneticArea(int magneticArea)
magneticArea
- Magnetic Area in pixelspublic GeneralSettings.ToolbarLabel getToolbarLabel()
public void setToolbarLabel(GeneralSettings.ToolbarLabel toolbarLabel)
toolbarLabel
- Location of the label in toolbarspublic int getMaxStoreImportSize()