NextPrevTopContentsIndex

8 The Object Clipboard

The Object Clipboard is a utility that allows you to keep track of multiple Lisp objects as you examine and manipulate them with the Common LispWorks tools.

Recall that a Lisp object which is viewed in some tool can be temporarily stored and then pasted into another tool. See the descriptions of the Copy , Cut and Paste commands in Using the clipboard and Operations available.

The Object Clipboard, and its associated Clip command provides a more powerful mechanism whereby multiple Lisp objects can be stored ("clipped") and later retrieved.

Note: the Clip command retains a pointer to the clipped object even if you do not have an Object Clipboard tool visible. When you create the tool, the clipped objects are visible in it

To create an Object Clipboard tool, choose Window > Tools > Object Clipboard or click in the LispWorks toolbar.

Figure 8.1 The Object Clipboard

The Object Clipboard creates a name for the clipped object based on its type, and shows the object itself in the Value column.

8.1 Placing objects on the Object Clipboard

8.2 Browsing clipped objects

8.3 Removing objects

8.4 Filtering

8.5 Using the Object Clipboard with a Listener


Common LispWorks User Guide (Macintosh version) - 11 Apr 2005

NextPrevTopContentsIndex