T
- i.public interface ContentClipboard<T>
Modifier and Type | Method and Description |
---|---|
boolean |
canCopy(List<T> source)
Check whether given objects can be copied into the clipboard.
|
boolean |
canPasteInto(T destination)
Check whether objects in the clipboard can be pasted under given object.
|
void |
copy(List<T> source)
Save the information about provided objects to be saved to the clipboard.
|
List<T> |
paste(T destination)
Paste objects into the clipboard under the provided object.
|
void copy(List<T> source)
List<T> paste(T destination)
boolean canCopy(List<T> source)
boolean canPasteInto(T destination)
Copyright © 2018 Magnolia International Ltd.. All rights reserved.