Class CommandClipboard
java.lang.Object
org.yamcs.studio.commanding.stack.CommandClipboard
Store command entries copied from the command history or the command stack. Copy command strings to system clipboard
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
addStackedCommands
(List<StackedCommand> scs, boolean cut, Display display) static List<StackedCommand>
static List<StackedCommand>
static boolean
hasData()
-
Constructor Details
-
CommandClipboard
public CommandClipboard()
-
-
Method Details
-
addCommandHistoryRecords
-
addStackedCommands
-
getCopiedCommands
- Throws:
Exception
-
getCutCommands
-
hasData
public static boolean hasData()
-