Package com._1c.g5.v8.dt.cmi.tasks
Class SetDefaultCommandOrderTask
java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<org.eclipse.core.runtime.IStatus>
com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask
com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask1<CommandGroup>
com._1c.g5.v8.dt.cmi.tasks.SetDefaultCommandOrderTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Sets default command order for the group in the specified command interface.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SetDefaultCommandOrderTask
(String name, CommandInterface commandInterface, CommandGroup group) -
Method Summary
Modifier and TypeMethodDescriptionstatic SetDefaultCommandOrderTask
create
(CommandInterface commandInterface, CommandGroup group) Creates a new instance.org.eclipse.core.runtime.IStatus
execute
(CommandInterface commandInterface, CommandGroup group, org.eclipse.core.runtime.IProgressMonitor monitor) Methods inherited from class com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask1
execute
Methods inherited from class com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask
execute, getCommandInterface
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Constructor Details
-
SetDefaultCommandOrderTask
protected SetDefaultCommandOrderTask(String name, CommandInterface commandInterface, CommandGroup group)
-
-
Method Details
-
create
public static SetDefaultCommandOrderTask create(CommandInterface commandInterface, CommandGroup group) Creates a new instance.- Parameters:
commandInterface
-group
-- Returns:
-
execute
public org.eclipse.core.runtime.IStatus execute(CommandInterface commandInterface, CommandGroup group, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
execute
in classBasicCICustomizationTask1<CommandGroup>
-