Uses of Class
de.extio.spacecraft.shared.model.client.settings.ViewPortModuleSettings.SuspendViewPortDraggingMode
-
Packages that use ViewPortModuleSettings.SuspendViewPortDraggingMode Package Description de.extio.spacecraft.shared.model.client.settings The module settings mechanism is for controlling client modules. -
-
Uses of ViewPortModuleSettings.SuspendViewPortDraggingMode in de.extio.spacecraft.shared.model.client.settings
Methods in de.extio.spacecraft.shared.model.client.settings that return ViewPortModuleSettings.SuspendViewPortDraggingMode Modifier and Type Method Description ViewPortModuleSettings.SuspendViewPortDraggingMode
ViewPortModuleSettings. getSuspendViewportDragging()
static ViewPortModuleSettings.SuspendViewPortDraggingMode
ViewPortModuleSettings.SuspendViewPortDraggingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ViewPortModuleSettings.SuspendViewPortDraggingMode[]
ViewPortModuleSettings.SuspendViewPortDraggingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.extio.spacecraft.shared.model.client.settings with parameters of type ViewPortModuleSettings.SuspendViewPortDraggingMode Modifier and Type Method Description void
ViewPortModuleSettings. setSuspendViewportDragging(ViewPortModuleSettings.SuspendViewPortDraggingMode suspendViewportDragging)
-