public interface ClipboardActionInterface extends ClipboardPasteInterface
Modifier and Type | Method and Description |
---|---|
void |
copyToClipboard()
Copy selected Tools to the Clipboard.
|
void |
cutToClipboard()
Copy selected Tools to the Clipboard and delete them from the Container they are located in.
|
void |
deleteTools(boolean files)
Delete the selected Tools.
|
void |
renameTool()
Rename the selected Tool or Group.
|
pasteFromClipboard
void copyToClipboard() throws TaskGraphException
TaskGraphException
void cutToClipboard() throws TaskGraphException
TaskGraphException
void deleteTools(boolean files)
void renameTool()