Uses of Class
org.yamcs.studio.commanding.stack.StackedCommand
Packages that use StackedCommand
-
Uses of StackedCommand in org.yamcs.studio.commanding.stack
Methods in org.yamcs.studio.commanding.stack that return StackedCommandModifier and TypeMethodDescriptionCommandStackView.findNextCommand()
AddToStackWizard.getTelecommand()
Methods in org.yamcs.studio.commanding.stack that return types with arguments of type StackedCommandModifier and TypeMethodDescriptionCommandStack.getCommands()
static List<StackedCommand>
CommandClipboard.getCopiedCommands()
static List<StackedCommand>
CommandClipboard.getCutCommands()
Methods in org.yamcs.studio.commanding.stack with parameters of type StackedCommandModifier 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) Method parameters in org.yamcs.studio.commanding.stack with type arguments of type StackedCommandModifier and TypeMethodDescriptionstatic void
CommandClipboard.addStackedCommands
(List<StackedCommand> scs, boolean cut, Display display) Constructors in org.yamcs.studio.commanding.stack with parameters of type StackedCommandModifierConstructorDescriptionAddToStackWizardPage1
(StackedCommand command) AddToStackWizardPage2
(StackedCommand command) CommandOptionsComposite
(Composite parent, int style, StackedCommand command, CommandOptionsValidityListener validityListener) EditStackedCommandDialog
(Shell parentShell, StackedCommand command) StackedCommand
(StackedCommand original) Constructor parameters in org.yamcs.studio.commanding.stack with type arguments of type StackedCommandModifierConstructorDescriptionRunCommandJob
(Shell shell, CommandStack stack, List<StackedCommand> commands, CommandStackView view)