Class RunCommandJob
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
org.yamcs.studio.commanding.stack.RunCommandJob
- All Implemented Interfaces:
Comparable<org.eclipse.core.internal.jobs.InternalJob>,IAdaptable
General-purpose job to run multiple commands.
This does not check 'armed' state. We don't always want that.
-
Field Summary
Fields inherited from class org.eclipse.core.runtime.jobs.Job
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITINGFields inherited from class org.eclipse.core.internal.jobs.InternalJob
manager -
Constructor Summary
ConstructorsConstructorDescriptionRunCommandJob(Shell shell, CommandStack stack, List<StackedCommand> commands, CommandStackView view) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDefaultChanged(StackedCommand command, Mdb.ArgumentInfo arg) protected IStatusrun(IProgressMonitor monitor) Methods inherited from class org.eclipse.core.runtime.jobs.Job
addJobChangeListener, belongsTo, cancel, canceling, create, create, createSystem, createSystem, done, getJobGroup, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, join, removeJobChangeListener, schedule, schedule, setJobGroup, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRuleMethods inherited from class org.eclipse.core.internal.jobs.InternalJob
compareToMethods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
-
Constructor Details
-
RunCommandJob
public RunCommandJob(Shell shell, CommandStack stack, List<StackedCommand> commands, CommandStackView view)
-
-
Method Details