public class Clipboard
extends java.lang.Object
| Constructor and Description |
|---|
Clipboard() |
public static void putTools(Tool[] tools, boolean repackaged) throws TaskGraphException
tools - the tools being stored in the clipboardrepackaged - a flag indicating whether the tools have already been repackaged to reflect the correct paste
subpackage.TaskGraphExceptionpublic static Tool[] getTools(boolean repackaged)
repackaged - a flag indiacting whether the returned tools should be repackaged to reflact the correct paste
subpackage