Package com._1c.g5.v8.dt.cmi.tasks
Class SetDefaultCommandVisibilityTask
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<Command>
com._1c.g5.v8.dt.cmi.tasks.SetDefaultCommandVisibilityTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Sets default visibility settings for the command in the specified command
interface.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SetDefaultCommandVisibilityTask
(String name, CommandInterface commandInterface, Command command) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(CommandInterface commandInterface, Command command) Creates a new instance.org.eclipse.core.runtime.IStatus
execute
(CommandInterface commandInterface, Command command, 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
-
SetDefaultCommandVisibilityTask
protected SetDefaultCommandVisibilityTask(String name, CommandInterface commandInterface, Command command)
-
-
Method Details
-
create
public static SetDefaultCommandVisibilityTask create(CommandInterface commandInterface, Command command) Creates a new instance.- Parameters:
commandInterface
-command
-- Returns:
-
execute
public org.eclipse.core.runtime.IStatus execute(CommandInterface commandInterface, Command command, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
execute
in classBasicCICustomizationTask1<Command>
-