jimm.datavision.gui.cmd
Interface Pasteable

All Known Implementing Classes:
FieldClipping

interface Pasteable

Pasteable objects are what get put on the clipboard. They know how to paste themselves and how to undo that operation. Pasteables aren't commands. The PasteCommand needs to operate on whatever is in the clibpard but it can't know what to do with whatever is there, so it relies on pasteables to do the job.

Author:
Jim Menard, jimm@io.com

Method Summary
 void paste(Designer designer)
           
 void undo(Designer designer)
           
 

Method Detail

paste

void paste(Designer designer)

undo

void undo(Designer designer)