| 違反投稿 |
コンピュータの世界では、元々、Macintoshの言葉なので、
Appleの23年くらい前の解説書から
The Cipboad
The Clipboad holds whatever is cut or copied from a document. Its contents stay intact when the user changes documents, opens a desk accessory, or leaves the application. An application can show the contents of the Clipboard in a window, and can choose whether to have the Clipboard window open or closed when the application starts up.
The Clipboard window looks like a document window, with a close box but usually without scrooll bars or size box. The user can see its contents but cannot edit them. In most other ways the Clipboard window behaves just like any other window.
Every time the user performs a Cut or Copy on the current selection, a copy of the selection replaces the previous contents of the Clipboard. The previous contents are kept around in case the user chooses Undo.
There's only one Clipboard, which is present for all applications that support Cut, Copy, and Paste. The user can see the Clipboard window by choosing Show Clipboard from the Edit menu. If the window is already showing, it's hadden by choosing Hide Clipboard. (Show Clipboard and Hide Clipboard are a single toggled command.)
Because the contents of the Clipboard remain unchanged when applications begin and end, or when the user opens a desk accessory, the Clipboard cand be used for transferring data among mutually compatible applications and desk accessories.
英語の得意な方に、本当の知識を身に付けて貰えるように、まるまる抜粋しました。
複数のアプリケーションを同時に動かせなかった時代に、
アプリケーションや書類が変わっても、あたかも同じものを使っているように、あるいは同時に使っているかのように、データを共有することが、クリップボードの大きな役割だったことが分ると思います。
シングルタスクでは、動作しているアプリケーションと書類がメモリを支配します。メモリ上のデータは消えてしまいますから、次のアプリケーションや書類に引き継ぐため、共有できる「ファイル」が必要だったわけです。 |