public interface FwkClipboardInterface extends FwkPropertyChangeInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
The name of the fwk system clipboard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setContents(FwkTransferableInterface contents,
FwkTransferableInterface owner)
Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the
owner of the new contents.
|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEventsgetVersion, releasestatic final java.lang.String NAME
void setContents(FwkTransferableInterface contents, FwkTransferableInterface owner)
content - - the transferable object representing the clipboard contentowner - - the object which owns the clipboard content