Modifier and Type | Method and Description |
---|---|
void |
copy(java.lang.Iterable<Element> elts)
Copy selected elements to the clipboard.
|
void |
cut(java.lang.Iterable<Element> elts)
Cut selected elements to the clipboard.
|
boolean |
elementsCut()
Returns whether last items placed on clipboard were cut or copied.
|
java.lang.Iterable<Element> |
getClipboardContents()
Retrieve the contents of the clipboard as iterator.
|
static ClipboardManager |
getInstance()
Singleton access.
|
java.awt.Dimension |
getOffset()
With each subsequent paste, objects from the clipboard are offset a specific amount.
|
java.util.Iterator<Element> |
iterator() |
void |
resetCutStatus()
Reset cut status once pasted.
|
void |
updateOffset()
Shift future offsets.
|
public boolean elementsCut()
public void updateOffset()
public java.awt.Dimension getOffset()
public void resetCutStatus()
public static ClipboardManager getInstance()
public void copy(java.lang.Iterable<Element> elts)
elts
- elements to be copied onto the clipboard.public java.lang.Iterable<Element> getClipboardContents()
public void cut(java.lang.Iterable<Element> elts)
elts
- elements to be removed