Uses of Class
com.uc4.communication.GeneralSettings.MagneticWindows
-
Packages that use GeneralSettings.MagneticWindows Package Description com.uc4.communication -
-
Uses of GeneralSettings.MagneticWindows in com.uc4.communication
Methods in com.uc4.communication that return GeneralSettings.MagneticWindows Modifier and Type Method 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.Methods in com.uc4.communication with parameters of type GeneralSettings.MagneticWindows Modifier and Type Method Description void
GeneralSettings. setMagneticWindows(GeneralSettings.MagneticWindows magneticWindows)
Sets the magnetic scope of the windows that are shown in the UserInterface.
-