Package | Description |
---|---|
com.uc4.communication |
This package contains classes for the communication with the UC4 Server.
|
Modifier and Type | Method and Description |
---|---|
GeneralSettings.MagneticWindows |
GeneralSettings.getMagneticWindows()
Returns the magnetic scope of the windows that are shown in the UserInterface.
|
static GeneralSettings.MagneticWindows |
GeneralSettings.MagneticWindows.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralSettings.MagneticWindows[] |
GeneralSettings.MagneticWindows.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneralSettings.setMagneticWindows(GeneralSettings.MagneticWindows magneticWindows)
Sets the magnetic scope of the windows that are shown in the UserInterface.
|