|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- the type of contained elementspublic interface IPastable<E extends IElement>
Interface of objects (mainly data sets) which support element pasting.
ElementTransferContainer
Method Summary | |
---|---|
void |
paste(ElementTransferContainer<E> elements)
Pastes given elements. |
void |
unpaste(ElementTransferContainer<E> elements)
Un-pastes given elements. |
Method Detail |
---|
void paste(ElementTransferContainer<E> elements)
elements
- the elements to paste (within container)void unpaste(ElementTransferContainer<E> elements)
elements
- the elements to un-paste (within container)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |