Uses of Enum Class
ru.cg.webbpm.studio.platform.api.mode.PlatformMode
Packages that use PlatformMode
Package
Description
-
Uses of PlatformMode in ru.cg.webbpm.studio.platform.api.mode
Methods in ru.cg.webbpm.studio.platform.api.mode that return PlatformModeModifier and TypeMethodDescriptionPlatformModeService.getPlatformMode()
static PlatformMode
Returns the enum constant of this class with the specified name.static PlatformMode[]
PlatformMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.studio.platform.api.mode with parameters of type PlatformModeModifier and TypeMethodDescriptionvoid
PlatformModeChangeListener.modeChanged
(PlatformMode mode) void
PlatformModeService.setPlatformMode
(PlatformMode platformMode) -
Uses of PlatformMode in ru.cg.webbpm.studio.platform.impl.hierarchy.scripts
Methods in ru.cg.webbpm.studio.platform.impl.hierarchy.scripts with parameters of type PlatformMode -
Uses of PlatformMode in ru.cg.webbpm.studio.platform.impl.inspector
Methods in ru.cg.webbpm.studio.platform.impl.inspector with parameters of type PlatformMode -
Uses of PlatformMode in ru.cg.webbpm.studio.platform.impl.mode
Methods in ru.cg.webbpm.studio.platform.impl.mode that return PlatformModeMethods in ru.cg.webbpm.studio.platform.impl.mode with parameters of type PlatformModeModifier and TypeMethodDescriptionvoid
PlatformModeServiceImpl.setPlatformMode
(PlatformMode platformMode) -
Uses of PlatformMode in ru.cg.webbpm.studio.platform.impl.wm.actions
Methods in ru.cg.webbpm.studio.platform.impl.wm.actions with parameters of type PlatformModeModifier and TypeMethodDescriptionvoid
BuildProjectAction.modeChanged
(PlatformMode mode) void
ValidateProjectAction.modeChanged
(PlatformMode mode) -
Uses of PlatformMode in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.action
Methods in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl.action with parameters of type PlatformModeModifier and TypeMethodDescriptionvoid
DisableHotswap.modeChanged
(PlatformMode mode) void
EnableHotswap.modeChanged
(PlatformMode mode) -
Uses of PlatformMode in ru.cg.webbpm.studio.subsystems.scripting.ide.impl.action
Methods in ru.cg.webbpm.studio.subsystems.scripting.ide.impl.action with parameters of type PlatformModeModifier and TypeMethodDescriptionvoid
RunJavaCompileAction.modeChanged
(PlatformMode mode) void
RunTsCompileAction.modeChanged
(PlatformMode mode)