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>
public class SetDefaultCommandOrderTask extends BasicCICustomizationTask1<CommandGroup>
Sets default command order for the group in the specified command interface.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SetDefaultCommandOrderTask(String name, CommandInterface commandInterface, CommandGroup group)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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
-
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
-
-
-
Constructor Detail
-
SetDefaultCommandOrderTask
protected SetDefaultCommandOrderTask(String name, CommandInterface commandInterface, CommandGroup group)
-
-
Method Detail
-
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>
-
-