Class RuntimeClientTabGroup
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
com._1c.g5.v8.dt.internal.launching.ui.launchconfigurations.RuntimeClientTabGroup
- All Implemented Interfaces:
IRuntimeClientChangeNotifier
,org.eclipse.debug.ui.ILaunchConfigurationTabGroup
public class RuntimeClientTabGroup
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
implements IRuntimeClientChangeNotifier
1C:Enterprise runtime client tab group.
-
Field Summary
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createTabs
(org.eclipse.debug.ui.ILaunchConfigurationDialog dialog, String mode) void
Fire notification that auto selection for 1C:Enterprise runtime client was selected.void
notifyClientChange
(String componentTypeId) Fires notification that 1C:Enterprise runtime client type was changed to the given type.void
notifyPorjectChange
(org.eclipse.core.resources.IProject project) Fires notification that project was selected.Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, initializeFrom, launched, performApply, setDefaults, setTabs
-
Constructor Details
-
RuntimeClientTabGroup
public RuntimeClientTabGroup()
-
-
Method Details
-
createTabs
- Specified by:
createTabs
in interfaceorg.eclipse.debug.ui.ILaunchConfigurationTabGroup
-
notifyClientChange
Description copied from interface:IRuntimeClientChangeNotifier
Fires notification that 1C:Enterprise runtime client type was changed to the given type.Clients may use
IRuntimeComponentManager
to get component type by this id.- Specified by:
notifyClientChange
in interfaceIRuntimeClientChangeNotifier
- Parameters:
componentTypeId
- client type identifier to use, cannot benull
-
notifyClientAutoSelect
public void notifyClientAutoSelect()Description copied from interface:IRuntimeClientChangeNotifier
Fire notification that auto selection for 1C:Enterprise runtime client was selected.- Specified by:
notifyClientAutoSelect
in interfaceIRuntimeClientChangeNotifier
-
notifyPorjectChange
public void notifyPorjectChange(org.eclipse.core.resources.IProject project) Description copied from interface:IRuntimeClientChangeNotifier
Fires notification that project was selected.- Specified by:
notifyPorjectChange
in interfaceIRuntimeClientChangeNotifier
- Parameters:
project
- the selected project, cannot benull
-