static DeleteBrokenSubsystemTask |
DeleteBrokenSubsystemTask.create(CommandInterface commandInterface,
Subsystem subsystem) |
Creates a new instance.
|
static RemoveCommandFromMainSectionTask |
RemoveCommandFromMainSectionTask.create(CommandInterface commandInterface,
Command command,
CommandContainer container) |
Creates a new instance.
|
static RemoveCommandGroupFromMainSectionTask |
RemoveCommandGroupFromMainSectionTask.create(CommandInterface commandInterface,
CustomCommandItemGroup customCommandItemGroup,
CommandContainer commandContainer) |
Creates a new instance.
|
static SetCommandOrderTask |
SetCommandOrderTask.create(CommandInterface commandInterface,
CommandGroup group,
List<Command> commands) |
Creates a new instance.
|
static SetCommandPlacementTask |
SetCommandPlacementTask.create(CommandInterface commandInterface,
Command command,
CommandGroup destinationGroup) |
Creates a new instance.
|
static SetCommandVisibilityTask |
SetCommandVisibilityTask.create(CommandInterface commandInterface,
Command command,
AdjustableBoolean visibility) |
Creates a new instance.
|
static SetDefaultCommandOrderTask |
SetDefaultCommandOrderTask.create(CommandInterface commandInterface,
CommandGroup group) |
Creates a new instance.
|
static SetDefaultCommandPlacementTask |
SetDefaultCommandPlacementTask.create(CommandInterface commandInterface,
Command command) |
Creates a new instance.
|
static SetDefaultCommandVisibilityTask |
SetDefaultCommandVisibilityTask.create(CommandInterface commandInterface,
Command command) |
Creates a new instance.
|
static SetDefaultSubsystemOrderTask |
SetDefaultSubsystemOrderTask.create(CommandInterface commandInterface) |
Creates a new instance.
|
static SetDefaultSubsystemVisibilityTask |
SetDefaultSubsystemVisibilityTask.create(CommandInterface commandInterface,
Subsystem subsystem) |
Creates a new instance.
|
static SetSubsystemOrderTask |
SetSubsystemOrderTask.create(CommandInterface commandInterface,
List<Subsystem> subsystems) |
Creates a new instance of the task.
|
static SetSubsystemVisibilityTask |
SetSubsystemVisibilityTask.create(CommandInterface commandInterface,
Subsystem subsystem,
AdjustableBoolean visibility) |
Creates a new instance.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createRemoveCommandFromMainSectionTask(CommandInterface commandInterface,
Command command,
CommandContainer commandContainer) |
Creates a task responsible for the removal of the command
from the command interface.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createRemoveCommandGroupFromMainSectionTask(CommandInterface commandInterface,
CustomCommandItemGroup customCommandItemGroup,
CommandContainer commandContainer) |
Creates a task responsible for the removal of the command group
from the command interface.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetCommandOrderTask(CommandInterface commandInterface,
CommandGroup group,
List<Command> commands) |
Creates a task responsible for setting particular command order within
the group.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetCommandPlacementTask(CommandInterface commandInterface,
Command command,
CommandGroup destinationGroup) |
Creates a task responsible for placing the command to the specified
group.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetCommandVisibilityTask(CommandInterface commandInterface,
Command command,
AdjustableBoolean visibility) |
Creates a task responsible for setting the specified visibility for the
command.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetDefaultCommandOrderTask(CommandInterface commandInterface,
CommandGroup group) |
Creates a task responsible for restoring default command order within
the group.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetDefaultCommandPlacementTask(CommandInterface commandInterface,
Command command) |
Creates a task responsible for restoring default placement of the given
command.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetDefaultCommandVisibilityTask(CommandInterface commandInterface,
Command command) |
Creates a task responsible for restoring default visibility of the
given command.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetDefaultSubsystemOrderTask(CommandInterface commandInterface) |
Creates a task responsible for restoring default subsystem order.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetDefaultSubsystemVisibilityTask(CommandInterface commandInterface,
Subsystem subsystem) |
Creates a task responsible for restoring default visibility for the
given subsystem.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetSubsystemOrderTask(CommandInterface commandInterface,
List<Subsystem> subsystems) |
Creates a task responsible for setting the specified subsystem order.
|
IBmTask<org.eclipse.core.runtime.IStatus> |
ICommandInterfaceTaskFactory.createSetSubsystemVisibilityTask(CommandInterface commandInterface,
Subsystem subsystem,
AdjustableBoolean visibility) |
Creates a task responsible for setting visibility for the given
subsystem.
|
org.eclipse.core.runtime.IStatus |
AddCommandToMainSectionTask.execute(CommandInterface commandInterface,
Command command,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
abstract org.eclipse.core.runtime.IStatus |
BasicCICustomizationTask.execute(CommandInterface commandInterface,
List<IBmObject> objects,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
BasicCICustomizationTask1.execute(CommandInterface commandInterface,
List<IBmObject> objects,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
abstract org.eclipse.core.runtime.IStatus |
BasicCICustomizationTask1.execute(CommandInterface commandInterface,
P1 object1,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
BasicCICustomizationTask2.execute(CommandInterface commandInterface,
List<IBmObject> objects,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
abstract org.eclipse.core.runtime.IStatus |
BasicCICustomizationTask2.execute(CommandInterface commandInterface,
P1 object1,
P2 object2,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
DeleteBrokenSubsystemTask.execute(CommandInterface commandInterface,
Subsystem subsystem,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
RemoveCommandFromMainSectionTask.execute(CommandInterface commandInterface,
Command realCommand,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
RemoveCommandGroupFromMainSectionTask.execute(CommandInterface commandInterface,
CommandGroup realCommandGroup,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
SetCommandOrderTask.execute(CommandInterface commandInterface,
List<IBmObject> objects,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
SetCommandPlacementTask.execute(CommandInterface commandInterface,
Command command,
CommandGroup destinationGroup,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
SetCommandVisibilityTask.execute(CommandInterface commandInterface,
Command command,
AdjustableBoolean visibility,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
SetDefaultCommandOrderTask.execute(CommandInterface commandInterface,
CommandGroup group,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
SetDefaultCommandPlacementTask.execute(CommandInterface commandInterface,
Command command,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
SetDefaultCommandVisibilityTask.execute(CommandInterface commandInterface,
Command command,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
SetDefaultSubsystemOrderTask.execute(CommandInterface commandInterface,
List<IBmObject> objects,
org.eclipse.core.runtime.IProgressMonitor monitor) |
}
|
org.eclipse.core.runtime.IStatus |
SetDefaultSubsystemVisibilityTask.execute(CommandInterface commandInterface,
Subsystem subsystem,
org.eclipse.core.runtime.IProgressMonitor monitor) |
|
org.eclipse.core.runtime.IStatus |
SetSubsystemOrderTask.execute(CommandInterface commandInterface,
List<IBmObject> objects,
org.eclipse.core.runtime.IProgressMonitor monitor) |
}
|
org.eclipse.core.runtime.IStatus |
SetSubsystemVisibilityTask.execute(CommandInterface commandInterface,
Subsystem subsystem,
AdjustableBoolean visibility,
org.eclipse.core.runtime.IProgressMonitor monitor) |
}
|