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 TypeMethodDescriptionvoidCommandStack.addCommand(StackedCommand command) voidCommandStackTableContentProvider.addTelecommand(StackedCommand entry) voidCommandStackTableViewer.addTelecommand(StackedCommand command) voidCommandStackView.addTelecommand(StackedCommand command) CommandStackView.getArgNameStyler(StackedCommand cmd) CommandStackView.getBracketStyler(StackedCommand cmd) CommandStackView.getErrorStyler(StackedCommand cmd) CommandStackView.getIdentifierStyler(StackedCommand cmd) intCommandStackTableViewer.getIndex(StackedCommand command) CommandStackView.getNumberStyler(StackedCommand cmd) voidCommandStack.insertCommand(StackedCommand command, int index) voidCommandStackTableContentProvider.insertTelecommand(StackedCommand entry, int index) voidCommandStackTableViewer.insertTelecommand(StackedCommand command, int index) booleanRunCommandJob.isDefaultChanged(StackedCommand command, Mdb.ArgumentInfo arg) voidCommandStackView.selectCommand(StackedCommand command) voidCommandStackView.selectNextCommand(StackedCommand command) Method parameters in org.yamcs.studio.commanding.stack with type arguments of type StackedCommandModifier and TypeMethodDescriptionstatic voidCommandClipboard.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)