Uses of Class
org.yamcs.studio.commanding.stack.StackedCommand
-
Uses of StackedCommand in org.yamcs.studio.commanding.stack
Modifier and TypeMethodDescriptionCommandStackView.findNextCommand()
AddToStackWizard.getTelecommand()
Modifier and TypeMethodDescriptionCommandStack.getCommands()
static List<StackedCommand>
CommandClipboard.getCopiedCommands()
static List<StackedCommand>
CommandClipboard.getCutCommands()
Modifier and TypeMethodDescriptionvoid
CommandStack.addCommand
(StackedCommand command) void
CommandStackTableContentProvider.addTelecommand
(StackedCommand entry) void
CommandStackTableViewer.addTelecommand
(StackedCommand command) void
CommandStackView.addTelecommand
(StackedCommand command) CommandStackView.getArgNameStyler
(StackedCommand cmd) CommandStackView.getBracketStyler
(StackedCommand cmd) CommandStackView.getErrorStyler
(StackedCommand cmd) CommandStackView.getIdentifierStyler
(StackedCommand cmd) int
CommandStackTableViewer.getIndex
(StackedCommand command) CommandStackView.getNumberStyler
(StackedCommand cmd) void
CommandStack.insertCommand
(StackedCommand command, int index) void
CommandStackTableContentProvider.insertTelecommand
(StackedCommand entry, int index) void
CommandStackTableViewer.insertTelecommand
(StackedCommand command, int index) boolean
RunCommandJob.isDefaultChanged
(StackedCommand command, Mdb.ArgumentInfo arg) void
CommandStackView.selectCommand
(StackedCommand command) void
CommandStackView.selectNextCommand
(StackedCommand command) Modifier and TypeMethodDescriptionstatic void
CommandClipboard.addStackedCommands
(List<StackedCommand> scs, boolean cut, Display display) ModifierConstructorDescriptionAddToStackWizardPage1
(StackedCommand command) AddToStackWizardPage2
(StackedCommand command) CommandOptionsComposite
(Composite parent, int style, StackedCommand command, CommandOptionsValidityListener validityListener) EditStackedCommandDialog
(Shell parentShell, StackedCommand command) StackedCommand
(StackedCommand original) ModifierConstructorDescriptionRunCommandJob
(Shell shell, CommandStack stack, List<StackedCommand> commands, CommandStackView view)