|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to a Clipboard component using Clipboard's built-in GUI.
This interface is to be used by those components that require a Microsoft-Office-like GUI-interface to the clipboard component. If a programmatic interface is all that is required, then the IClipboard interface should be the means by which the clipboard is interacted.
Method Summary | |
void |
setAccessor(IClipboardAccessor ica)
Tell GUI Clipboard to whom its commands should be sent. |
void |
showClipboard(boolean flag)
Make the Clipboard GUI visible or invisible. |
Methods inherited from interface edu.wpi.cs.cs509.clipboard.IClipboard |
clear, insert, newDataTypeInstance, newItemInstance, retrieve, retrieve, retrieveNth, retrieveNth, types |
Method Detail |
public void setAccessor(IClipboardAccessor ica)
ica
- edu.wpi.cs.cs509.graph.clipboard.IClipboardAccessorpublic void showClipboard(boolean flag)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |