Uses of Class
com._1c.g5.v8.dt.bsl.common.IBslPreferences.EnvironmentLaunchMode
-
Packages that use IBslPreferences.EnvironmentLaunchMode Package Description com._1c.g5.v8.dt.bsl.common com._1c.g5.v8.dt.bsl.validation -
-
Uses of IBslPreferences.EnvironmentLaunchMode in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common that return IBslPreferences.EnvironmentLaunchMode Modifier and Type Method Description IBslPreferences.EnvironmentLaunchMode
IBslPreferences. getEnvLaunchMode(org.eclipse.core.resources.IProject project)
Gets saving value of environment "Default launch mode"static IBslPreferences.EnvironmentLaunchMode
IBslPreferences.EnvironmentLaunchMode. getModeValue(int value)
GetsIBslPreferences.EnvironmentLaunchMode
by integer valuestatic IBslPreferences.EnvironmentLaunchMode
IBslPreferences.EnvironmentLaunchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static IBslPreferences.EnvironmentLaunchMode[]
IBslPreferences.EnvironmentLaunchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.bsl.common with parameters of type IBslPreferences.EnvironmentLaunchMode Modifier and Type Method Description Map<Environment,Boolean>
IBslPreferences. loadEnv(org.eclipse.core.resources.IProject project, IBslPreferences.EnvironmentLaunchMode mode)
Loads selectedEnvironment
from property page for project -
Uses of IBslPreferences.EnvironmentLaunchMode in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation that return IBslPreferences.EnvironmentLaunchMode Modifier and Type Method Description IBslPreferences.EnvironmentLaunchMode
BslPreferences. getEnvLaunchMode(org.eclipse.core.resources.IProject project)
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type IBslPreferences.EnvironmentLaunchMode Modifier and Type Method Description Map<Environment,Boolean>
BslPreferences. loadEnv(org.eclipse.core.resources.IProject project, IBslPreferences.EnvironmentLaunchMode mode)
-