Uses of Enum Class
com.uc4.communication.GeneralSettings.MagneticWindows
Packages that use GeneralSettings.MagneticWindows
-
Uses of GeneralSettings.MagneticWindows in com.uc4.communication
Methods in com.uc4.communication that return GeneralSettings.MagneticWindowsModifier and TypeMethodDescriptionGeneralSettings.getMagneticWindows()
Returns the magnetic scope of the windows that are shown in the UserInterface.Returns the enum constant of this class with the specified name.static GeneralSettings.MagneticWindows[]
GeneralSettings.MagneticWindows.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.communication with parameters of type GeneralSettings.MagneticWindowsModifier and TypeMethodDescriptionvoid
GeneralSettings.setMagneticWindows
(GeneralSettings.MagneticWindows magneticWindows) Sets the magnetic scope of the windows that are shown in the UserInterface.