Package edu.wpi.cs.cs509.clipboard

Interface Summary
IClipboard Interface to a Clipboard component.
IClipboardAccessor Interface that a block component must implement to use the graphical Clipboard interface
IClipboardGUI Interface to a Clipboard component using Clipboard's built-in GUI.
IDataType External interface revealed to external components to hold the type of an item on the clipboard.
IItem External interface revealed to external components to manipulate Items on the clipboard.
 

Class Summary
Clipboard Maintains primitive Clipboard for block components.
ClipboardGUI Provides an Office-like Clipboard that enables block components to connect to and process numerous copy/paste events over the same target.
DataType Represents the type of an Item on the clipboard.
Item A Typed Information on the clipboard.
PaintableCanvas Class representing an Image button that can be hilighted and/or 3d-depressed.
 

Exception Summary
ClipboardException Standard Exceptions (and constant strings) for the IClipboard interface.